Posts Tagged ‘error handler’

Custom Error Handler

Friday, February 20th, 2009

Everyone at some point has gotten that ugly PHP error message when visiting a website on the web, or seen a PHP warning message nesting at the top of the page, well in this tutorial I will show you a way that you can handle error’s yourself and only display the error messages on screen when you are debugging your application.
(more…)