PHP – Turning Off Error Reporting
Jan 01
PHP Comments Off
Add the following to your PHP code:
error_reporting(5);
This will close all error reportings.
Jan 01
PHP Comments Off
Add the following to your PHP code:
error_reporting(5);
This will close all error reportings.