Monks,
I have a database of 100 email addresses. I wrote a script that will present a form to be filled out. When the form is submitted, the contents get emailed to all email addresses through a while routine. My question is if I present a "success" HTML page after the form is submitted, will the script continue to run and complete the sending of all emails if the user closes the browser window or clicks to another page?
If I make them wait until the emails are sent it could take a long time so I'd rather just present the success page.
Thanks.