Re: Checking Results from Query
>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 -
Checking Results from Query
How would I test this fetch to know if there are any rows returned? $arr = mysql_fetch_array($result, MYSQL_ASSOC)