"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What are those php functions that catch the PHP errors, not display it and
> do something to it while the user load a webpage.   I don't remember what
> those are.....  :-(
>
> FletchSOD

You can write your own error handling function (or static class method) and
let it deal with all errors triggered by PHP:
http://de2.php.net/set_error_handler

Regards, Torsten Roehr

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

Reply via email to