<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;
?>