»Brian Drexler« sagte am 2002-04-10 um 07:58:59 -0400 : > My question is this....is the while statement needed when I'm only returning > one record?
No, it's not. Since you know that you'll either get 0 or 1 row, you don't need the while loop. Instead I'd call mysql_num_rows to see if there was 1 row. Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.iso-top.de | Jabber: [EMAIL PROTECTED] iso-top.de - Die günstige Art an Linux Distributionen zu kommen Uptime: 21 hours 45 minutes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php