|
Posted by ZeldorBlat on 04/11/07 14:02
On Apr 11, 9:42 am, "Jack Vamvas" <DEL_TO_RE...@del.com> wrote:
> Is there a way with PHP to have errors sent via email .?
> in other words, if any type of application error , such as failed mysql
> connection, etc, as well as saving to log , add this to an email and send to
> administrator.
>
> Thanks
>
> --
>
> Jack Vamvas
> ___________________________________
> Advertise your IT vacancies for free at -http://www.ITjobfeed.com
Write your own error handling function and then tell PHP to use it:
<http://www.php.net/set_error_handler>
Navigation:
[Reply to this message]
|