ufukt51 adlı üyeden alıntı: mesajı görüntüle
Big_turk halletti saolsun
function curl_cek($url){
     $useragent = 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)';
    $ch = curl_init();
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt ($ch, CURLOPT_REFERER, $url);
    curl_setopt ($ch, CURLOPT_USERAGENT, $useragent);
    curl_setopt ($ch, CURLOPT_HTTPHEADER, $baslig);
    curl_setopt ($ch, CURLOPT_TIMEOUT , 30);
    $rmx = curl_exec($ch);    
     curl_close($ch);
    return $rmx;
}
fonksiyonunu
 $bir = curl_cek('http://www.site.com/');
        $bir = mb_convert_encoding ($bir, "utf-8", "iso-8859-9");
şeklinde ayrı ayrı sitelere uyguladım ve hallettim teşekkürler yardımlarınız için.
Seneler sonra konuyu hortlatayım. Böyle bir sorun alıyordum. Dediğiniz işlemleri yaptım sorunum çözüldü teşekkürler hocam.