Re: [PHP] php mysql array question

2003-07-11 Thread Philip Olson
On Fri, 11 Jul 2003, CPT John W. Holmes wrote: > > Is there any php function to pull a query into an array? I know there is > a > > way to get the first row of the results in an array, but I'm having to > loop > > through each row pushing the row onto an array to get the result I'm > looking > >

Re: [PHP] php mysql array question

2003-07-11 Thread CPT John W. Holmes
> Is there any php function to pull a query into an array? I know there is a > way to get the first row of the results in an array, but I'm having to loop > through each row pushing the row onto an array to get the result I'm looking > for and it seems like a lot of code for something that I would