help with mysql tag mismatch - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help with mysql tag mismatch (
/showthread.php?tid=649173)
help with mysql tag mismatch -
wallen - 04.02.2018
C:\Users\Wallen\Desktop\LS DM\gamemodes\grandlarc.pwn(387) : warning 213: tag mismatch
line 387:
Код:
mysql = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DATABASE, MYSQL_PASSWORD);
Re: help with mysql tag mismatch -
Mugala - 04.02.2018
PHP код:
new MySQL:mysql;
Re: help with mysql tag mismatch -
wallen - 04.02.2018
Thanks, appreciated.