curl_setopt($curl_handle, CURLOPT_REFERER, $url);
curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl_handle, CURLOPT_ENCODING, 'utf-8');
curl_setopt($curl_handle, CURLOPT_AUTOREFERER, true);
curl_setopt($curl_handle, CURLOPT_COOKIEFILE, dirname(__FILE__).'/cookie.txt');
curl_setopt($curl_handle, CURLOPT_COOKIEJAR, dirname(__FILE__).'/cookie.txt');
Просто у вас какой то частный случай