At the top of Index.phpCode:<?php error_reporting(0); ?>
OR
In php.iniCode:error_reporting = E_ALL & ~E_WARNING
OR
In .htaccess file.Code:# supress php errors php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_value docref_root 0 php_value docref_ext 0




Reply With Quote





