16.09.2012, 11:34
Quote:
1. You only need to free a result if you have stored one in the first place (mysql_store_result), so usually only after SELECT queries.
2. You only need to use backticks if the table or column name is a MySQL keyword. |
erm, about the second answer. Keyword ? I don't get it. Can you give me some precise examples ?
Thank you once again for the quick reply.
I am being so impatient to know more about optimizations. Can you point out some tricks ?