Jump to content

Load a few webpage but dont return the page.. cURL ?


lynxus

Recommended Posts

Hi guys,

 

Ive got a few pages in  an array

Ie:

blaa.com?stat=1

blaa.com?moo=2

blaa.com?other=3

 

How can i get PHP to while through my $url and load eahc of those pages.

 

Those PHPpages then take teh value and do stuff.

 

I just need to find a whiel to while through the urls so it sends the data..

 

Any ideas?

 

Also id like it to timeout after 5 seconds ( teh server may be busy )

 

IE:

echo "Updating url $url";

update the url;

echo "done";

 

Then repeat until the array is empty ?

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.