Is there a command other than
The problem I am having with
exit; that can skip to the end of a script? I know break; can jump out of a loop...The problem I am having with
exit; is that its stopping the whole file and the HTML outside of the script is not finishing drawing in. 