Daha çok bundan bahsediyordum

<?php
header ('Content-type: text/html; charset=utf-8');
$adres=file_get_contents("http://www.emlakkulisi.com/banner2.asp" );
$bol=explode("http://",$adres);
$text=$bol[0];
$url="http://".$bol[1];

echo "<a href='".$url."'>$text</a>";

?>

yasarkemaldag ilgine teşekkür ederim

Konu çözüme ulaşmıştır. Kapatılmasını rica ediyorum