Hi i want to make a php script to open certain URL's then close it and open another URL.
i think it can be done with an iframe (to my understanding) but i might be wrong.
Basicly i want it to do this:
if any1 could shed some light itl be nice
Tnx and Take Care
GhOsT
i think it can be done with an iframe (to my understanding) but i might be wrong.
Basicly i want it to do this:
Code:
while ($u < 100){
go to a url
w8 till url has loaded close the url
$u++;
} // do the next url
Tnx and Take Care
GhOsT
Comment