> > >   while($row = mysql_fetch_row($rs))
> > 
> >                              ^^^ should be "array".
> 
> Why should it be array and not, let's say, object?

Because I went on to use it as if I'd used fetch_array in the rest
of the example code, I'd wager. 

:)

Jason

-- 
PHP General 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