RSSAll Entries Tagged With: "error_reporting"

PHP error_reporting() Function

The error_reporting() function determines what errors are reported from the current script. Here is the syntax for this function: Syntax error_reporting(report_level); The report_level parameter is optional and specifies what report level to report for the current script. This can be set by its numeric value or its constant name, however for future versions of PHP [...]

The tutorials and scripts found on bgallz.org are for training purposes only, use to your discretion.