RE: [PHP-DB] while loop driving me crazy

2001-02-21 Thread Allsebrook_Richard/askr
BDY.RTF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DB] while loop driving me crazy

2001-02-21 Thread Chris Andrew
Remove the semi-colon after your while() statement. -Original Message- From: Miles Thompson [mailto:[EMAIL PROTECTED]] Sent: 21 February 2001 15:01 To: [EMAIL PROTECTED] Subject: [PHP-DB] while loop driving me crazy I've used a similar structure hundreds of times, but the

RE: [PHP-DB] while loop driving me crazy

2001-02-21 Thread Miles Thompson
Richard, What can one say? Too late? Too long looking at it? Reading too quickly? or in the immortal wordsof Charlie Brow " AUUGH!" Thanks a million and love your signature. Miles Thompson At 03:30 PM 2/21/01 +, [EMAIL PROTECTED] wrote: while( $row = mysql_fetch_array( $result ) )