11.04.2017, 20:07
EDIT:
mysql_query has 2 mandatory arguments.
The first : Connection handle
The second : The query
https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_query
mysql_query has 2 mandatory arguments.
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);