Mysql - mismatch
#6

Quote:
Originally Posted by IlanZ
Посмотреть сообщение
Sequence of parameters is wrong.

Код:
sql = mysql_connect("localhost", "user", "db", "123"); 
Correct:

Код:
sql = mysql_connect("localhost", "user","123", "db"); 
Okey thanks
What in this line is wrong?

warning 213: tag mismatch

PHP код:
mysql_format(SqlGMsampsizeof(samp), "SELECT * from 'players' WHERE 'nick' LIKE BINARY '%s'"GetPlayerNick(playerid)); 
Reply


Messages In This Thread
Mysql - mismatch - by Oficer - 18.09.2017, 19:53
Respuesta: Mysql - mismatch - by !R1Ch@rD! - 18.09.2017, 20:16
Re: Mysql - mismatch - by Hansrutger - 18.09.2017, 20:26
Re: Mysql - mismatch - by Oficer - 18.09.2017, 20:36
Re: Mysql - mismatch - by IlanZ - 18.09.2017, 21:07
Re: Mysql - mismatch - by Oficer - 19.09.2017, 17:10
Respuesta: Re: Mysql - mismatch - by !R1Ch@rD! - 19.09.2017, 17:31
Re: Mysql - mismatch - by Oficer - 19.09.2017, 18:35
Re: Mysql - mismatch - by Meller - 19.09.2017, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)