mysql_query - argument type mismatch error
#5

EDIT:
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(mysqlquery); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)