I'm trying to make a PHP script do something similar to a mailer program that I used.
It was written in PHP and I would tell it to email my list and then close the page. It would email the list and about 15 minutes or so later I would recieve an email that it was completed.
I'm trying to make the same thing.
Except in my program whenever I close the page, the PHP script stops.
How do I make it keep running even when I close the page?
Thanks,
Leon
It was written in PHP and I would tell it to email my list and then close the page. It would email the list and about 15 minutes or so later I would recieve an email that it was completed.
I'm trying to make the same thing.
Except in my program whenever I close the page, the PHP script stops.
How do I make it keep running even when I close the page?
Thanks,
Leon