i havent tested it yet... but...

Fernando Gonzalez wrote:
> 

> $num=mysql_num_rows($result);
> $cur=1;
> while($num>=$cur){
> $myrow=mysql_fetch_array ($result);
                          ^^              

you got a space after the function and the open paren.  NO SPACES!!!! 
(as i found before that took about 10 minutes of debugging on a similar
debugging session...)   ;-)))


-- 
Leo G. Divinagracia III
[EMAIL PROTECTED]

-- 
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]

Reply via email to