array(’header’ => 'Accept: application/xml’)));
$url = 'http://tv-bankowa.pl/WALUTY_BPS/waluty.xml’;
$xml = file_get_contents($url, false, $context);
$xml = simplexml_load_string($xml);
echo($xml->godzina[0]);
?>
array(’header’ => 'Accept: application/xml’)));
$url = 'http://tv-bankowa.pl/WALUTY_BPS/waluty.xml’;
$xml = file_get_contents($url, false, $context);
$xml = simplexml_load_string($xml);
echo($xml->godzina[0]);
?>