From: "Dan Anderson" <[EMAIL PROTECTED]>

> I am running a script that occasionally utters a few warnings when the
> user does something dumb (but it does not kill the script).  Is there a
> way to turn off warnings within a script?  I really don't want my users
> to see them.

Short of fixing your code, adjust the error_reporting() level.

us2.php.net/error_reporting

---John Holmes...

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

Reply via email to