Simple PHP error handling
Tagged: PHP, Programming Date: 28th, November 2008Here is a very simple way of custom handling php errors.
To use code below, apart from including it in your functions file, you will need to call function display_debug(); at the end of every page (assuming you wish to display debug on every page).
Nifty feature is that you don’t have to worry about turning off [...]