@enc0der ustad in kodlarindan gidersek %5 eksigide soyle olmus olur
<?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;
?>