I want to start a script and redirect the client to another page while the server executes.
Example: Create a file and emails it to the client, don't want client to have to wait for the server to complete before the pages gets refreshed. This way the client can do other things while the server takes all the time it needs to execute said script.
Example: Create a file and emails it to the client, don't want client to have to wait for the server to complete before the pages gets refreshed. This way the client can do other things while the server takes all the time it needs to execute said script.