SA-MP Forums Archive
Mysql explode question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql explode question (/showthread.php?tid=440080)



Mysql explode question - Tanush123 - 28.05.2013

pawn Код:
mysql_fetch_row_format(drow, "|");
explode(drow,field, "|");
What does these do and when is it used?


Re: Mysql explode question - Finn707 - 28.05.2013

https://sampforum.blast.hk/showthread.php?tid=223561 - Explode include (used to split things)
https://sampwiki.blast.hk/wiki/MySQL#mysql_fetch_row_format - Read that

The mysql_fetch_row_format gets some results, and then the explode function splits the results.