Hi there, I'm working on a piece of my website that reads info from the database, and displays it. It works great. So now I want to see what happens when a database connection error occurs, so I stop the mysql service. What happens, is a message is printed to the screen saying it can't connect (auto mysql message), but my entire php script stops parsing.
How can I get it to keep going, just not display the database results?
Thanks.