in PHP, how would one return from an included script back to the script where it had been included from?
IE:
1 - main script 2 - application 3 - included
Hm, the PHP manual disagrees with you. return should bail you out of an included file. It won't work from within a function, of course.
return