I know how to only log php errors but how can I set the error handling up so that it echos some custom text eg-

We're sorry, but something went wrong. Please try again later

Thank you

PHP has set_error_handler
http://php.net/manual/en/function.set-error-handler.php

If you use that along with a proper try catch logic and throw – catch Exceptions you can deal with most PHP errors and exceptions , not all of them (see more on the link above)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.