Coding Tips & Tricks
Posts tagged file
PHP Error Handling | Shoutbux | submit your thoughts
Dec 2nd
The default error handling in PHP is very simple. An error message with filename, line number and a message describing the error is sent to the browser.
See more here:
PHP Error Handling | Shoutbux | submit your thoughts
3 Ways to Monitor PHP Errors
Jul 27th
For more information on these directives, and for a more in-depth guide to logging PHP errors via HTAccess , check out my article at Perishable Press, Advanced PHP Error Handling via htaccess. …
Excerpt from:
3 Ways to Monitor PHP Errors
Automatically monitor and email PHP error log content
Jul 16th
See http://perishablepress.com/press/2008/01/14/advanced- php-error-handling -via-htaccess/ for details and examples * * NOTE : READ ALL OF THE COMMENTS IN THIS FILE TO UNDERSTAND HOW IT WORKS. IT * IS PARTICULARLY IMPORTANT YOU DO SO IF …
Read the original here:
Automatically monitor and email PHP error log content