Code: Select all
error_reporting(E_ALL ^ E_NOTICE);
Code: Select all
ini_set('error_reporting', 'E_ALL & ~E_NOTICE');
Code: Select all
error_reporting(E_ALL ^ E_NOTICE);
Code: Select all
ini_set('error_reporting', 'E_ALL & ~E_NOTICE');
This didn't workpico wrote:Hi
it's also possible to do that with a php.ini in your Folder(s) or with
.htaccess with a Entry like thatCode: Select all
php_value error_reporting 2037