$result = mysql_query($sql,$link) or die(mysql_error());

how do you find out if $sql returned any recordsets?
is there a fast/super efficient  way of finding this out... something
along the lines of   is_empty($result) type thing?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to