fraknot
07-29-2003, 09:54 PM
its me again
how do i validate if a 'mysql_query' statement returns an 'empty set'?
this not works.........
$result=mysql_query($query,$con);
if(!$result)
{
echo "Error";
}
how do i validate if a 'mysql_query' statement returns an 'empty set'?
this not works.........
$result=mysql_query($query,$con);
if(!$result)
{
echo "Error";
}