DisLanZe
suleymanakyildiz.com.tr ❤
Kullanıcı
-
Üyelik
08.02.2016
-
Yaş/Cinsiyet
29 / E
-
Meslek
Öğrenci
-
Konum
Rize
-
Ad Soyad
S** A**
-
Mesajlar
76
-
Beğeniler
0 / 11
-
Ticaret
2, (%100)
home.aspx dosyasında içerik bulamaz ise index.aspx dosyasında nasil içerik bulmasini sağlayabilirim.
global $site;
$ch = curl_init();
curl_setopt($ch, CURLOPT_REFERER, 'http://www.google.com');
curl_setopt($ch, CURLOPT_URL, "http://"site.com/home.aspx");
curl_setopt($ch, CURLOPT_USERAGENT, "Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14" );
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$site = curl_exec($ch);
curl_close($ch);