View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 14.03.2003   #3 (permalink)
webulent
 
webulent's Avatar
 
Üyelik Tarihi: 24.01.2003
Yer: BURSA
Yaş: 26
Mesaj: 178
<style>
td
{
display:inline; font-family:Arial, Helvetica, sans-serif; font-size:10px;
}
</style>
<?
$dosya = file("http://www.ecb.int/stats/eurofxref/eurofxref-XML.HTML");
$dosyaa=(implode("",$dosya));

$dosya1=trim($dosyaa);
$dosya1=str_replace("chart.gif","http://www.ecb.int/stats/eurofxref/chart.gif",$dosya1);
$dosya1=str_replace("images/down.gif","http://www.ecb.int/stats/eurofxref/images/down.gif",$dosya1);
$dosya1=str_replace("images/up.gif","http://www.ecb.int/stats/eurofxref/images/up.gif",$dosya1);
$dosya1=str_replace("images/eq.gif","http://www.ecb.int/stats/eurofxref/images/eq.gif",$dosya1);
$kactan=strpos($dosya1,'</a>');
$kaca=strpos($dosya1,'<h2 class="section-level1">Alternative data formats</h2>');
$kaca_asl=$kaca-$kactan;
$yaz=substr($dosya1,$kactan,$kaca_asl);
echo $yaz;
?>
webulent şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin