Tags: php errors

08/03/10

Categories: Website Design

PHP Turn On Error Reporting

To turn on Error Reporting in PHP, this is what I use. You can set this anywhere in your PHP code, but it has to be above the error or else it will not work. This is the easiest way and will work in most hosting environments: ini_set('display_errors',1… more »
While using this site, you agree to have read and accepted our terms of use and privacy policy.
© 2012 Cleveland Consulting Group. All Rights Reserved