RE: [PHP] fetch entire mysql-result to an array immediately

2003-10-15 Thread Chris W. Parker
Victor Spång Arthursson on Wednesday, October 15, 2003 7:33 AM said: > Is that possible? The mysql_fetch_array fetches the result by one row > each time, but I dont want to iterate through a result but only just > fetch it right away... I don't think there is a buil

[PHP] fetch entire mysql-result to an array immediately

2003-10-15 Thread Victor Spång Arthursson
Is that possible? The mysql_fetch_array fetches the result by one row each time, but I dont want to iterate through a result but only just fetch it right away… Regards Victor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php