Re: [PHP] Re: Problems with displaying results

2009-03-03 Thread Kyle Terry
On Tue, Mar 3, 2009 at 8:32 AM, Shawn McKenzie wrote: > Terion Miller wrote: > > I have two queries one pulls out which users to use and the second pulls > > those users orders > > Looks something like this but is only pulling the first record: > > > > > > $query = "SELECT `UserName`, `A

[PHP] Re: Problems with displaying results

2009-03-03 Thread Shawn McKenzie
Terion Miller wrote: > I have two queries one pulls out which users to use and the second pulls > those users orders > Looks something like this but is only pulling the first record: > > > $query = "SELECT `UserName`, `AdminID` FROM admin > WHERE Key1 = 'YES' "; > > $result