lynxus Posted February 15, 2010 Share Posted February 15, 2010 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 ? Link to comment https://forums.phpfreaks.com/topic/192122-load-a-few-webpage-but-dont-return-the-page-curl/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.