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.
web site error tracking
Moderator: General Moderators
I've never personally used it, but set_error_handler() sounds just like what you're looking for.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.