PHP How to disable error reporting in php? April 11, 2011 Pramod T P Leave a comment <?php error_reporting(0);// Will not report any error error_reporting(-1);// Shows all errors ?>