[MySQL] Solution to mysql_strtok?
#1

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.

pawn Код:
mysql_strtok(Field, "|", Data);
        while (mysql_strtok(Field, "|", "")==1)
(( P.S: I'm not that good with MySQL so... ))
Reply
#2

Use mysql_fetch_row
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)