15.03.2010, 23:06
Hey guys, well... I've just updated my mysql plugin to solve a problem, now it has given me another. In the previous plugin I used, I had the function: "mysql_strtok", which I used and now in this one I don't have it, which means I cannot continue, do you have a solution to my problem? thanks.
(( P.S: I'm not that good with MySQL so... ))
pawn Код:
mysql_strtok(Field, "|", Data);
while (mysql_strtok(Field, "|", "")==1)