I want to aloow people to write themselves and execute SQL queries, but I would like to prevent error pages by catching server errors, just like in Java:<br>try {<br> code which may be unsafe<br>}<br><br>catch { myError }<br><br>Is it possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.