just one final question, since my script uses help of javascript to run through the records, so I doubt this will work as the Javascript is Client side scripting?
Also I read
"The script should output something to the browser in order to abort. If there is no output the script keeps on running." (last comment from http://www.php.net/function.ignore_user_abort)
So as per the above my script shouldn't output anything even if its javascript, else the closing of the browser wont make any sense, since already something has been outputted which aborts the script.
Since i Use RICH Text Editor to send mails, and HTML forms & buttons, i need to make the sending path ONLY Server side, without sending anything. Am i right???