Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Enabling/Disabling the Error reporting features in "Index.php"  (Read 3919 times)

0 Members and 1 Guest are viewing this topic.

sajay

  • Guest
Enabling/Disabling the Error reporting features in "Index.php"
« on: November 20, 2013, 09:51:51 pm »
                                                        Enabling/Disabling  the Error reporting features in "Index.php"

 The different PHP errors can be "Enabled and Disabled" in index page using the "error_reporting() function sets"
 
 Here is the different levels of error_reporting.
 

 Passing in the value -1 will show every possible error even when new levels and constants are added in future PHP versions.