29.11.2011, 20:33
Threads aren't required, but you can't, in SQL, select fields by using a single apostrophe, you need to use a grave (`) or none at all.
Also, make sure you use mysql_store_result() after querying, then mysql_retrieve_row() to get the specific row.
Also, make sure you use mysql_store_result() after querying, then mysql_retrieve_row() to get the specific row.