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