disable error reporting in PHP

PHP Error Reporting

PHP has several types of errors to display, like Error, Warning, Notice, etc. PHP has given the control to developer for what types of errors should be displayed. [code]error_reporting()[/code] function