suresh kumar wrote:
while(list(t1,t2,...)=mysql_fetch_row($result)):

do you mean to use:
while(list($t1, $t2, . . .) = mysql_fetch_row($result)):

David Hall

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to