12.04.2014, 18:33
If you use R7 or above, you must specify a connectionHandle before specifying the query.
It should look like this
It should look like this
PHP код:
new MySQL;
MySQL = mysql_connect(host, user, db, pass);
mysql_query(MySQL, string);