Hi,
I'm using an index.php file that includes various other scripts to build the page. Some of these scripts exit(); if there is a problem, e.g. variable not defined. However this seems to stop the index.php page from being parsed. Is there any way just to stop the include being parsed and the index page continues as normal?
Thanks in advance for your help.
Michael