19.09.2017, 17:10
Quote:
Sequence of parameters is wrong.
Код:
sql = mysql_connect("localhost", "user", "db", "123"); Код:
sql = mysql_connect("localhost", "user","123", "db"); |
What in this line is wrong?
warning 213: tag mismatch
PHP код:
mysql_format(SqlGM, samp, sizeof(samp), "SELECT * from 'players' WHERE 'nick' LIKE BINARY '%s'", GetPlayerNick(playerid));