How do I turn off PHP Notices, Error and Warning?

Just write the below code


<?php
// Turn off all error reporting
error_reporting(0);
?>

Comments

Popular posts from this blog

How can I debug PHP cURL sessions?

Free icons

Where is the security section of google analytics? “Security Issues” section.