Chris W. Parker <>
on Wednesday, December 10, 2003 3:27 PM said:
> while(list(...)) = mysql_fetch_row(...))
> {
Got one too many ) in there. Should be:
while(list(...) = mysql_fetch_row(...))
{
Chris.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

