20.09.2015, 22:32
Hi
You have to use mysql_format and the SQl request is
This is an example
Flo'
You have to use mysql_format and the SQl request is
PHP код:
for(new row= 0; row<max_row;row++)
mysql_format(mysql, query, sizeof(query), "UPDATE nameofthetable SET lider1='%s' WHERE row='%d'", FactionInfo[row][lider1], row);
Flo'