Error Reporting : php.net/error_reporting

looks like this:

error_reporting(0);  // for outputting nothing

error_reporting(55); // PHP4's default

error_reporting(E_ALL | E_NOTICE);  // for anything PHP can complain of


Maxim Maletsky
[EMAIL PROTECTED]

www.PHPBeginner.com  // where PHP Begins




On Fri, 4 Oct 2002 10:51:01 -0000
"Davíð Örn Jóhannsson" <[EMAIL PROTECTED]> wrote:

> I need to be able to disable error reporting on one page with php, I
> just don’t remember how to do this, if I remember correctly I could call
> some function in the begining of a php doc and tell it not to disply any
> errors that occur while parsing the doc.
>  



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to