hamburg adlı üyeden alıntı:
mesajı görüntüle
echo $fiyat;unuttun bunu ekle
yani
<?php
$dosya = file_get_contents("http://www.bullionvault.com/Buy_Gold.do?considerationCurrency=EUR");
$al = explode('<td class="prices" id="AUXNYKS">',$dosya,$al);
$al = explode('</span>',$al[0]);
$fiyat = strip_tags($al[1]);
$fiyat = $fiyat * 0.95;
echo $fiyat;
?>