We utilize several Includes which output
results from a MySQL script.
The Includes look like this:
<? include "http://www.site.com/php/psDynamic/psDynamic.php?command=view&cid=89" ; ?>
This code is trouble-free until we encounter the occasional SQL error.
If an error occurs, (obviously) a MySQL error displays and screws up the screen.
What I'd like to do is add some error handling.
Something like...
Is this possible?
Thanks!