Tag Archives: error reporting

PHP Show All Errors

I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page. error_reporting ( E_ALL ); ini_set ( ‘display_errors’, ’1′ );

Posted in Code Snippets, Development, PHP | Tagged , , | Leave a comment