CoLLeR adlı üyeden alıntı: mesajı görüntüle
$ch = curl_init(); //otrum aç
$timeout = 15; //zaman aşımı
curl_setopt ($ch, CURLOPT_URL, 'http://www.google.com.tr/ig/api?weather=izmir'); // rss bağlantı adresi
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.2) Gecko/20100115 Firefox/3.6");
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$kaynak = curl_exec($ch);
curl_close($ch);
Şu Şekilde Denermisiniz ...
sağolasın hocam oldu ben .tr yi eklerken araya nokta koymamışım bende diorum neden olmuyor :d