[PHP] How do I squelch warnings (without editing php.ini)?

2003-09-15 Thread Dan Anderson
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. Thanks in advance, Dan Anderson -- PHP General Mailing List

Re: [PHP] How do I squelch warnings (without editing php.ini)?

2003-09-15 Thread CPT John W. Holmes
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,