Hello pros,
I have an UPDATER script wich includes 2 other scripts inside of it's programming, it runs off of a bunch of functions etc etc etc...
Each entry in my database has an ID number that the UPDATER SCRIPT needs to run, as it tells the other scripts how to get the info.
What I'd like to do is take all the data stored in my database and list EVERY entry's ID number. I've done this....
Now, I'd like to run the UPDATER SCRIPT against each ID number in the database, one by one, waiting about 20 seconds in between each run of the UPDATER.
How would you guys suggest doing this? Obviously I have to create a new little script that will run the UPDATER against each ID number, but I don't know how to do this. Any suggestions?