25.01.2014, 12:51
Thanks so much.. And now one question: when i use non threaded query for ex:
Now i need to change to this?
If i use false, i need use mysql_store_result, mysql_free_result, and other things?
Код:
mysql_query("SELECT Name FROM players");
Код:
mysql_query(1,"SELECT Name FROM players", false);