[snip]
Is there a way to get PHP to not throw warnings on a per-script basis?
[/snip]

ITFM http://www.php.net/manual/en/ref.errorfunc.php

error_reporting(0);

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

Reply via email to