I need some information on the processing of php within the Apache module. What I need to know is that will Apache completely run the php script within a page even if the user interrupts the page by using the back button or by pressing stop.
This is of importance since I have a page with a php script that executes an external script which can take upwards of 2 minutes to run. This gives the user ample time to stop the page or push the back button.