Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Multiple requests with CURL

$
0
0

Hi,

 

I have stumbed on this code to run mutliple CURL requests at a time. I need to run around 20 from a fast connection so this is a must.

 

http://php.net/curl_multi_init

 

Could someone explain to me how I would use this to loop though an array ($urls) and then loop though the results at the end?

 

Thanks

 

Joe


Viewing all articles
Browse latest Browse all 13200

Trending Articles