OK so I've got my script running on the server without a connection to an active browser session.
The only way I know to kill the script is to do it through a telnet session. Is there a better way? ...like could the script send me an email on startup giving me an ID which I could subesquently use to communicate with the script (or at least kill it).
At present this has to be under PHP4.
Apologies if this is a stupid question, I'm slightly out of my depth...