J Smith <[EMAIL PROTECTED]> schrieb in im Newsbeitrag: [EMAIL PROTECTED] > > You can write your own error handlers using set_error_handler(). Then, > depending on the error code, you can decide whether you should display the > error message, email it to you, log it, whatever. > > http://www.php.net/manual/en/function.set-error-handler.php
thank you very much! this seems to be what I was looking for! > > If you just want to hide the error message, there's nothing wrong with using > @. ok, it's a new point of view... I've always thought that this is bad programming style! Thank you for your hints! Gert. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php