Hello
Is it possible to define a php page which will be invoked automatically for any error, warning, notices, and so on?
I want this page to display what the error was.
I am guessing that I need to configure php.ini, but I am not sure.
thanks in advance.
[SOLVED] how to catch all PHP errors, warnings and so on in
Moderator: General Moderators
-
davidklonski
- Forum Contributor
- Posts: 128
- Joined: Mon Mar 22, 2004 4:55 pm
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
check into set_error_handler()