[mysql_query] error 035: argument type mismatch (argument 1)
#2

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
[mysql_query] error 035: argument type mismatch (argument 1) - by lexurs - 11.10.2014, 18:25
Re : [mysql_query] error 035: argument type mismatch (argument 1) - by Dutheil - 11.10.2014, 18:43
Re: [mysql_query] error 035: argument type mismatch (argument 1) - by lexurs - 11.10.2014, 19:21
Re : [mysql_query] error 035: argument type mismatch (argument 1) - by Dutheil - 11.10.2014, 20:05

Forum Jump:


Users browsing this thread: 1 Guest(s)