Is there any way to use PHP to trap errors on the fly? Ie, so that the user doesn't ever see PHP error messages, and the messages instead drop into a specific function/script? I'm thinking of something like the old BASIC "ON ERROR GOTO ..." to set up an errorhandler that will give the user a standard message and email us with the error. Thanks in advance. -Steve