OKay so I downloaded the Multicurl Class from here: Class: MultiCurl (fsockopen) - PHP Classes
I even got it to work. But I cannot figure out how to set Curl options when I use it.
Normally I would include a couple lines in a cURL script like:
curl_setopt ($ch, CURLOPT_PROXY, "99.99.99.999:9999");
curl_setopt ($ch, CURLOPT_PROXYTYPE,CURLPROXY_SOCKS5);
But how the hell do I do it with this Multicurl class?? That is the question.
If anyone can take a look and see, or if anyone is familiar with this class and already knows the answer...please enlighten me!
Thanks
I even got it to work. But I cannot figure out how to set Curl options when I use it.
Normally I would include a couple lines in a cURL script like:
curl_setopt ($ch, CURLOPT_PROXY, "99.99.99.999:9999");
curl_setopt ($ch, CURLOPT_PROXYTYPE,CURLPROXY_SOCKS5);
But how the hell do I do it with this Multicurl class?? That is the question.
If anyone can take a look and see, or if anyone is familiar with this class and already knows the answer...please enlighten me!
Thanks