10.01.2015, 18:43
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);