Posted by Andrι Medeiros on 07/29/05 18:48
if( mysql_num_rows( $query_r ) > 0 ) { while( $currentResult = mysql_fetch_array( $query_r ) ) { // do something with the result. } } else { echo 'No results.'; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming