Witam,
Chciałbym skryptem otworzyć strone np. google.pl przez jakieś proxy np. 156.86.47.554:8080 Jak tego dokonać?
$curl = curl_init('http://www.costam.pl/'); curl_setopt($curl, CURLOPT_PROXY, $proxy); curl_setopt($curl, CURLOPT_PROXYPORT, $port); curl_close($curl);
curl_setopt($curl, CURLOPT_USERAGENT, $agent);