Just wondering if you could check if something wasnt found..
Posted: Fri Jul 05, 2002 12:17 pm
ive been using a statement exactly like
the if(! $qry) is something that is used to determine if an error was found but i would like to check if you found nothing, nothing at all, zip, notta thing. So is that possible? 
Code: Select all
if( ! $qry ) {
echo("<p>Error:".mysql_error()."</p>");
}