16.09.2012, 11:19
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.
2. You only need to use backticks if the table or column name is a MySQL keyword.