Error Reporting System

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Saethyr
Forum Contributor
Posts: 182
Joined: Thu Sep 25, 2003 9:21 am
Location: Wichita, Kansas USA
Contact:

Error Reporting System

Post by Saethyr »

Anyone ever seen a decent error reporting system that emails the webmaster whenever ANY, whether it be PHP or Mysql error happens? I been looking for one so as not to reinvent the wheel, but, I am starting to think I may have to build one myself. Thanks in advance.

Saethyr
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

you could have a look at these.

http://www.phpclasses.org/mirrors.html? ... 2F345.html

http://www.phpclasses.org/browse.html/package/1287.html

I haven't used it myself yet, so don;t know what it is like or suitbale for your needs.

Mark
User avatar
Saethyr
Forum Contributor
Posts: 182
Joined: Thu Sep 25, 2003 9:21 am
Location: Wichita, Kansas USA
Contact:

Post by Saethyr »

Thanks man,

This is exactly what I needed!

Saethyr
Post Reply