in reply to stop start script
There is no way to make the script "continue where it left off". Your script outputs the complete page and then ends.
What you can do is write a second script that gets called by the page, or call your original script with some additional parameters that tell it what to do now. But the programs state and variables do not survive across HTML pages.
|
|---|