Categories
PHP

PHP – Turning Off Error Reporting

Add the following to your PHP code:

error_reporting(5);

This will close all error reportings.