"Shmuel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm getting output from program I run (exec) to the web page.
> How can I avoid this ?
>
> These I've tried:
>
> error_reporting  =  E_ERROR
>
> and even this:
> error_reporting  =  ~E_ALL
>
> display_errors = Off
>
> Any ideas ?
>

I'm assuming that you are trying to turn off error reporting.

http://www.php.net/manual/en/function.ini-set.php

Should get you started, or you could suppress the errors with @.  Am I in
the right ballpark?


J. Cox
http://www.xaraya.com

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

Reply via email to