hide errors, warning and notification from php page
Posted: Thu May 05, 2011 7:56 am
how to hide error, warning and notice in php page....
i tried "error_reporting(E_ALL ^ E_NOTICE);" and "error_reporting(0);" putting them on the 1st line after php opening ie(<?php) but they wont work
any suggestion....
i tried "error_reporting(E_ALL ^ E_NOTICE);" and "error_reporting(0);" putting them on the 1st line after php opening ie(<?php) but they wont work
any suggestion....