>How would I test this fetch to know if there are any rows returned?
>$arr = mysql_fetch_array($result, MYSQL_ASSOC)
$rows = mysql_num_rows( $result );
PB
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 4/29/2005
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]