$data = file_get_contents("https://www.w3schools.com/xml/note.xml"); $xml = simplexml_load_string($data); echo $xml->to;