Recent content by luuvan

  1. L

    php curl proxy

    CURLOPT_HEADER => 0 should probably be => 1. $err = 0; $err = curl_errno($ch); if ($err!=0){ should simply be if($html===false) also, this script got no cookie-support :p $cookiefile=tmpfile(); curl_setopt($ch, CURLOPT_COOKIEFILE,$cookiefile);
Back
Top