I want to send N urls, using a loop to be able to send it many times.
For i=1 to N send (url1) sleep(a few secconds) send (url2) sleep(a few secconds) send (url3) sleep(a few secconds) end
This urls are something like http://www.url.com/script1.ext?data1=val1 http://www.url.com/script2.ext?data2=val2 http://www.url.com/script3.ext?data3=val3
So I need to wait for each url were procesed before send the next url.
If I use HEADER it only will work for the last url of the last loop.
Some one could help me??
Try doing this, not sure if it would work since I'm sort of a newbie at this stuff.
$time = time(); while ($time > time()-5) { $header .= "Location: Url1"; }
or try something with an array like in mysql_fetch_array functions....
gfhfhfhfhfghfhfhfhfhhfhfhfh