Possible Duplicate:
php execute a background process
I need to get some info from the user, send them some text back and process the data in the background, so after sending the text connectionwith browser should be closed and then the data processed.
How to achieve that?