I am doing a massive email project. Everything is going well, but the problem is that I have a form. After sending, I get a bulk email identifier from the database (about 3000 letters). I gave an interval of 3 seconds (using the sleep () method) for each letter. It takes about 9000 seconds. Users don't want to get stuck on one page until the php script completes.
How to run php script in background even after exiting widows platform? If the user logs in again, the indicator should be visible. Is it possible without using a Cron job?
I need a solution. Can someone help me solve this problem?
source share