[ snip ]
The problem, I only want to receive an email if the problem occurred in one of my library files and want the other developer to see the error if it is in their file.
You can use some php constants, such as __FILE__ and __FUNCTION__ to narrow down when an email is triggered.
More information on predefined constants > http://www.php.net/constants.predefined
-- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php