Thanks for the response, but I must have not articulated myself correctly: I have a php page that says:
<?
$database = mysql_query("SELECT * FROM online WHERE person=$name",$db);
?>
I need a code that tells the the php functions not to work (or something like that) so i don't receive an error on the page. I tried writing "or die" after the mysql_query -- it worked but didn't load the rest of my page ( i have a whole footer that is many lines long).