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 ?> Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Like Loading...