Looking to make multiple calls to a script from within a loop....so ie,
loop starts....
calls a separate php script (preferably via url location)
loop continues (calling the same script above, but passes a variable to the script, essentially a count down variable)
loop will stop once a set number of calls has been made
Reason for this is I am trying to take a cron job script that keeps timing out and break it down into x number of calls to a similar script that will break down the time it takes for the script to run.
Any helps/assistance is appreciated.
Thanks.