-

-
Recent Posts
Archives
Categories
Tag Archives: error reporting
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 display errors, error reporting, php
Leave a comment
