|
PHP error_reporting is very useful when development, but shouldn't be enabled in production websites. Below are the methods of disabling error_reporting in PHP. Within PHP files error_reporting (0); Using .htaccess php_flag display_errors off php_value error_reporting 0
|
Add to Favourites
Print this Article
|