Dear All,
a simple query
if a mysql query returns null value how can i captured using php
regards bvsureshbabu\
$myvariable = mysql_query($myquery) or die(mysql_error()); if ($myvariable) { echo("It worked!"); } else { echo("I'm a failure..."); }
There's some humor in that one. 😉