$c = curl_init();
curl_setopt($c, CURLOPT_URL, $url);
curl_setopt($c, CURLOPT_HEADER,1); // get the header
curl_setopt($c, CURLOPT_NOBODY,1); // and *only* get the header
curl_setopt($c, CURLOPT_POST, true);
curl_setopt($c, CURLOPT_POSTFIELDS, "?eposta=xx@hotmail.com&pass=xxxxx&B1=Giri%FE+Yap");
curl_setopt($c, CURLOPT_COOKIEJAR, 'izle.txt');
curl_setopt($c, CURLOPT_COOKIEFILE, 'izle.txt');böyle kulanıyorum