[ale] recommend a good PHP/MYSQL list?

George Carless kafka at antichri.st
Fri Apr 18 17:25:17 EDT 2003



>To grab everything into an array, you could use:
>
>foreach ($result as $row) { $resultarray[$count++] = $row; }

Or, erm, while ($resultarray[] = mysql_fetch_array($result)) {}, I 
guess.  TMTOWTDI.  YMMV.  ETC.

--G

_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale





More information about the Ale mailing list