Thank you for replying. Actually, it's just a simple html page with mysql at the top:
$link=mysql_connect(blah blah blah)
then mysql insert statement
...then an html page.
But, if I force a mysql error (like go in and lock the table, etc., or, if for some reason I shut the mysql server down), the rest of the page won't load.
Is there a way to code it (like, "if mysql error, skip/ignore the query and continue loading the html page").