Hello
Is there an easy way to capture ALL(or most) site errors
I'm running a site which uses apache, php5 and mysql
I'm wanting to be automatically notified via email when the following occurs on the site:
- php errors
- mysql errors
- 404 errors
- any other unexpected site behavior
would the .htaccess file come into play or just some code pasted in a global php include?
Thanks
Is there an easy way to capture ALL(or most) site errors
I'm running a site which uses apache, php5 and mysql
I'm wanting to be automatically notified via email when the following occurs on the site:
- php errors
- mysql errors
- 404 errors
- any other unexpected site behavior
would the .htaccess file come into play or just some code pasted in a global php include?
Thanks
Comment