On Mon, 15 Sep 2003 13:20:05 -0400, Dan Anderson <[EMAIL PROTECTED]> wrote:

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.

You can lazily suppress errors on the fly like so @call_func();

the @ will suppress error messages being sent directly to the browser.

Curt

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



Reply via email to