Page 1 of 1

web site error tracking

Posted: Fri Oct 28, 2005 2:48 pm
by skolar
Does anyone know how best to capture errors that occur on your website. When users come across a bug or something than it logs it somehow and notifies the administrator (me). I know apache has an error log, but that means i have to manually browse through it and find the errors.

I'm looking for something that automatically emails me and/or stores it in a mysql table.

Thanks in advance.

Posted: Fri Oct 28, 2005 3:20 pm
by pickle
I've never personally used it, but set_error_handler() sounds just like what you're looking for.