wondering how to catch notice errors properly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux