11.10.2014, 18:43
mysql_query has 2 mandatory arguments.
The first : Connection handle
The second : The query
https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_query
The first : Connection handle
The second : The query
https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_query
PHP код:
mysql = mysql_connect("host", "user", "database", "pass");
mysql_query(mysql, query);