http://php.net/manual/en/language.operators.errorcontrol.php ?


A better idea would be suppressing the error messages in a production site:

ini_set('display_errors',0);

--
Thodoris


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

Reply via email to