Control PHP Error Reporting With .htaccess
Create .htaccess file or use existing .htaccess file in your hosting site. Add below line at the top of file content. [sourcecode language='php'] # to stop php startup errors php_flag display_startup_errors off # to stop all php errors and warning php_flag display_errors off [/sourcecode] You can also control level of…continue reading →
Recent Comments