I have an custom error handler that i initialize as such; error_reporting(E_ALL); $oldError_handler = set_error_handler("nonFatalErrorHandler"); with this, notices are still displayed as single line visible html. i'd like to catch the notices and push them into a db. any ideas on how i do that? -- --------------------------------- Greetings from Rene7705, My free open source webcomponents: http://code.google.com/u/rene7705/ http://mediabeez.ws/downloads (and demos) http://www.facebook.com/rene7705 --------------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php