i would like to know if there is a way (that does hug cpu time) of 'pausing' a script.
the script starts then calls a another process. (which generates some info)
I want it to then email the information it has created. the problem is the the process takes around 45seconds to execute, by this time php has tried to email a blank document!
Any Ideas ??