if my main script includes several other files, can i terminate an included script with die() or exit without terminating the main script?
if not, does anyone have any ideas?
The manual says:
In both PHP3 and PHP4, it is possible to execute a "return" statement inside an include()ed file, in order to terminate processing in that file and return to the script which called it.