Hi all,
I am trying to build a kind of mailing list and i have some basic questions.
Suppose i have a list off 500 email in a database...
Each time a user use a page to submit a new product or something else... the goal is to send a message to all 500 to inform them of the new "product". I have a good idea on how this will work, i understand the mail function, that not my problem.
I want to know he i can call a (eventually loud and slow script cause by the lot of name to email) script outside the page where he was called. This meen that after my user submitted his product, then a form was sent, the page reload.. a script in the header is caller (the mailing script).
Here is my problem... how can i minimise execution time ? it is possible to simply call a script and don't wait that he finish before load the rest of the page ?
I hope this is not to confused