Mysql problem. Need help
#1

Hello , I'm trying to update an column with some given data but it doesn't work.

Код:
                        new string1[256];
	                format(string1, sizeof(string1), "UPDATE players SET `Approved`='%s' WHERE `Name` = '%s'",tmp, giveplayer);
                        mysql_query(string1);
Reply


Messages In This Thread
Mysql problem. Need help - by an4rei - 10.01.2015, 18:43
Re: Mysql problem. Need help - by bgedition - 10.01.2015, 18:48
Re: Mysql problem. Need help - by an4rei - 10.01.2015, 18:52
Re: Mysql problem. Need help - by Riddick94 - 10.01.2015, 18:59
Re: Mysql problem. Need help - by an4rei - 10.01.2015, 19:01
Re: Mysql problem. Need help - by bgedition - 10.01.2015, 19:02
Re: Mysql problem. Need help - by an4rei - 10.01.2015, 19:27
Re: Mysql problem. Need help - by an4rei - 10.01.2015, 19:29
Re: Mysql problem. Need help - by bgedition - 10.01.2015, 19:31
Re: Mysql problem. Need help - by an4rei - 10.01.2015, 19:37

Forum Jump:


Users browsing this thread: 2 Guest(s)