I have this MySQL error that I cannot seem to get rid of. I have asked around numerous places and no one has been of help. This error does not effect my scripts functionality in any way. The error has to do with closing the database. My question is this: Is there a way to make it to where MySQL errors do not show up on my html output? Basically I want to make it to where it doesn't print that ugly error message on everyone's screen who comes to my web site. Thanks - jman
There are settings in your php.ini file that allow you to set the level of error reporting that you want.
See [man]error_reporting[/man]