Herkese cümleten iyi akşamlar.
Yapmak istediğim şey captcha kodunu sayfama çekip kullanıcının girmesini ve tekrar sayfaya göndermesini sağlamak.



curl de captcha php sini çektiğimde boş sayfa alıyorum fakat bir sorun var sayfa sürekli olarak her kodu girdiğimde yanlış girdiğimde veya refresh attığımda aşağıda yazdığım adresler gibi sürekli değişiyor id si değişiyor her seferinde ve parametre kısmında id=xxx (adres http://xxxxxxxxxx.com/security3.php?id=291 ise id=291) yazıyor lütfen yardım edin kodu hala çekemedim hani gelen bişey olsa base64 tabanına çevirip yollıcam ama oda yok


http://xxxxxxxxxx.com/security3.php?id=291
http://xxxxxxxxxx.com/security3.php?id=537
http://xxxxxxxxxx.com/security3.php?id=291
http://xxxxxxxxxx.com/security3.php?id=537
http://xxxxxxxxxx.com/security3.php?id=291
.............
....................
..................
http://xxxxxxxxxx.com/security3.php?id=291
http://xxxxxxxxxx.com/security3.php?id=537
................
............


function update_captcha($url)
{
$ch =curl_init();
curl_setopt($ch, CURLOPT_URL,"$url");
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Host:www.xxxxxxxxxx.com ',
'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0',
'Accept: image/png,image/*;q=0.8,**;q=0.5',
'Accept-Language: tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3',
'Accept-Encoding: gzip, deflate',
'DNT: 1',
'Referer: http://www.xxxxxxxxxx.com/xxxxxxxxxx/ ',
'Connection: keep-alive"'
));
curl_setopt($ch, CURLOPT_COOKIESESSION, true);
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_COOKIE, "__utma=80663186.540532847.1456836854.1456867097.1456902952.6; __utmz=80663186.1456902953.6.5.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); PHPSESSID=f61eb2e36b3a367cb137f4020061c7e2; __utmb=80663186.2.10.1456902953; __utmc=80663186; __utmt=1");
curl_exec($ch);
$raw_img_data = curl_exec($ch);
curl_close ($ch);
}


YARDIM EDEBİLECEKLERE ÇOĞU KONUDA YARDIMCI OLABİLİRİM LÜTFEN GÜNCEL TUTUNUZ REP+1 GÜNCEL TUTANA

Ek Olarak: kimse yardım etmeyecek mi