<?php $xml = file_get_contents('http://www.tcmb.gov.tr/kurlar/today.xml'); $url = simplexml_load_string($xml); echo '<pre>'; print_r($url);