Is there an equivalent for ASP's response.end in PHP (i.e. a code to prevent the browser from interpreting the code after this particular rule)???
Joyce
exit() ..... or die() just cuz it sounds nicer🙂 http://www.php.net/manual/en/function.exit.php
lol Excellent, thanks!