Hey guys,
I'm currently developing a script that will handle massive data input
nightly into a database. As the amounts of data to be processed
nightly are large, I am creating my PHP script in such a way that it
calls itself over and over and handles the data in chunks. On a web browser it works like this: once one chunk is completed, it will redirect to myscript.php?step=2 and start the next step and so on. This works great but I do not think that redirects will work with the cron script. Any ideas how I could get this to work?
Thanks for any assistance
- Shoeb