> -----Original Message-----
> From: Andrew Chase [mailto:[EMAIL PROTECTED]]

> Or you could do it longhand -
>
> while ($row= mysql_fetch_array($result,MYSQL_ASSOC))
> {
>       print ("{$row["Reason"]}");
>       print ("{$row["OtherField1]}");
>       print ("{$row["OtherField2]}");
> }
>

Whoa!  Correction there - I forgot the end quotes after "OtherField1 and
"OtherField2

:P

-Andy


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