Printable View
Is it possible to shut off notices with ini_set()? If so, how?
This should do it: PHP Code: ini_set ('error_reporting', 'E_ALL & ~E_NOTICE');
ini_set ('error_reporting', 'E_ALL & ~E_NOTICE');