Image

Imagecyclotron wrote in Imagephp

Is there a command other than 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.