Mysql explode question
#1

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)