Use simplexml_load_file to load xml file
<?php $xml = simplexml_load_file("contact.xml"); var_dump($xml); ?>