XML Php

   $xml = simplexml_load_file("contact.xml");
   var_dump($xml);
?>