SA-MP Forums Archive
Need help (MySQL) - 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: Need help (MySQL) (/showthread.php?tid=654483)



Need help (MySQL) - bdjn - 29.05.2018

Fix?

https://pastebin.com/vP65VHFG


Re: Need help (MySQL) - GTLS - 30.05.2018

You should use proper way of MySQL Insert query.

PHP код:
 mysql_format(connectionquerysizeof(query), "INSERT INTO `korisnici`(ime, sifra, akod ...) VALUES ('%s', %d, %d....)"VARIABES HERE") 



Re: Need help (MySQL) - bdjn - 30.05.2018

Fixed, thanks