22.05.2011, 17:06
I downloaded cwrp, i uploaded to another mysql plugin (stickenkid)
I heard that is changed with the mysql_fetch_row, but i have in the script tones of mysql_fetch_row(line[])
How do i change mysql_strtok and mysql_fetch_row?
Код:
mysql_strtok(Field, "|", Data); while (mysql_strtok(Field, "|", "")==1)
How do i change mysql_strtok and mysql_fetch_row?