I want to make an application in php where users can run their php files. In that application I want to show more simple error messages to the user. Is there any procedure in php to edit default error messages?
A:
use set_error_handler and set_exception_handler to intercept errors and exceptions so you can display your own messages
stillstanding
2010-09-07 20:06:32
Yeah. Just write all these thousands own messages. Easy-peasy
Col. Shrapnel
2010-09-07 20:16:46