when i write a dbconnect.php file....
when i use mysql_connect(do something)
or die
(" ");
in the or die part where you would show some kind of message, is there a way to turn off the mysql errors and just show my message, if my serve allows for the errors to show?