Page 1 of 1

Notices

Posted: Wed Nov 26, 2003 2:02 pm
by partiallynothing
Is there any way I can disable php notices in the php.ini file. Also, is there any way to do it on a "page-per-page" basis (like a command or argument fo some sort)? Thanks

Posted: Wed Nov 26, 2003 3:20 pm
by h@mm3r
Maybe the function "error_reporting(0)" helps?

Posted: Wed Nov 26, 2003 10:10 pm
by McGruff
Note that you should always develop with E_ALL, but turn down the error reporting level on a live site.