I'm curious if there is a command in PHP that tells the server to finish sending the requested file (let's say after sending </html>) though to continue processing PHP?
For clarification let's say you wanted to execute code that would add several seconds of waiting before the page would finish loading even if all the code was received.
- John