Djstation adlı üyeden alıntı: mesajı görüntüle
şöyle birşey yap

1 iframe.php adında dosyası oluştur içine yaz

<?php
$gel = file_get_contents("http://www.dehahaliperdeyikama.com");
echo $gel;
?>
2 daha sonra bu oluşturduğun url yi çek iframe ile

<iframe id="pes_frame" src="http://www.siteadin.com/iframe.php" frameborder="0" style="width:100%; height:70%; overflow-x:hidden;" vspace="0" hspace="0"></iframe>
<?php
$gel = file_get_contents("http://www.dehahaliperdeyikama.com");
echo $gel;
?>

boş geliyor. site çekilmiyor.