Re: [PHP] Fastest loop code/best way to get database results into array

2003-12-01 Thread Eugene Lee
On Mon, Dec 01, 2003 at 03:24:35AM -0500, Robert Cummings wrote: : : On Mon, 2003-12-01 at 03:06, Galen wrote: : > : > I'm working on some code that deals with a LOT of results from a MySQL : > database and drops them into an array. It deals with about 17,200 : > results on a very fast box in ab

Re: [PHP] Fastest loop code/best way to get database results into array

2003-12-01 Thread Robert Cummings
On Mon, 2003-12-01 at 03:06, Galen wrote: > I'm working on some code that deals with a LOT of results from a MySQL > database and drops them into an array. It deals with about 17,200 > results on a very fast box in about 0.5 seconds, which is not too bad, > until I realize I may need to call it