Archive for November 28th, 2008

Simple PHP error handling

Tagged: PHP, Programming Date: 28th, November 2008

Here 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 [...]

  • Leave Comment
  • Read Comments (0)