Posts Tagged ‘hide-errors’

PHP : How to hide errors

Saturday, May 22nd, 2010

You can try this one:

error_reporting(0);