Dear all,
I have a peculiar requrement. I would like my PHP script to run to the end even if the user click the stop button of the browser or the user gets disconnected due to some other reason. The reason for this requirement is that my script makes heavy updated to the database(MySQL)and incase the script get aborted half way through my data would become inconsistent and hence unusable.
Samarvir