Function like Myql_Fetch_Array? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Function like Myql_Fetch_Array? (
/showthread.php?tid=278290)
Function like Myql_Fetch_Array? -
wouter0100 - 21.08.2011
Hey,
Is there an function like Mysql Fetch Array? (PHP)
En then like:
while(new row = Msyql_Fetch_Array())
{
new money = row['money'];
}
Thanks!