Re: [PHP] Missing first record in PHP/Mysql query

2001-07-06 Thread Chris Anderson
TED]> Sent: Thursday, July 05, 2001 3:11 PM Subject: [PHP] Missing first record in PHP/Mysql query > Excuse me if this is too newbie...but I'm writing a simple script to > query a database and loop through the reuslts, echoing them on the page. > When I enter the query at the m

Re: [PHP] Missing first record in PHP/Mysql query

2001-07-05 Thread Steve Edberg
At 7:11 PM -0700 7/5/01, Rory O'Connor wrote: >Excuse me if this is too newbie...but I'm writing a simple script to >query a database and loop through the reuslts, echoing them on the page. > When I enter the query at the mysql command line, I get the correct >results. But the same query run thr

[PHP] Missing first record in PHP/Mysql query

2001-07-05 Thread Rory O'Connor
Excuse me if this is too newbie...but I'm writing a simple script to query a database and loop through the reuslts, echoing them on the page. When I enter the query at the mysql command line, I get the correct results. But the same query run through PHP renders all results except the first one.