misc. questions
Posted: Fri Jun 24, 2005 2:55 am
I have a few simple questions I'd like to know the answer to, that aren't worthy of starting an individual topic, so I'll just ask them together.
1. mysql_fetch_assoc is faster than mysql_fetch_array because it selects less information, correct?
2. Is it possible to get a database integer and perform operations on it without running a query to select the integer, then running another query to update it? If so, how?
3. Does the loading speed of a page depend on the processor of the machine it's being hosted on.. the processor of the machine viewing it.. or both?
I had another one but I forget it at the moment.
.
1. mysql_fetch_assoc is faster than mysql_fetch_array because it selects less information, correct?
2. Is it possible to get a database integer and perform operations on it without running a query to select the integer, then running another query to update it? If so, how?
3. Does the loading speed of a page depend on the processor of the machine it's being hosted on.. the processor of the machine viewing it.. or both?
I had another one but I forget it at the moment.