XML file dump : XML File Read « XML « PHP






XML file dump

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


           
       








Related examples in the same category

1.Use simplexml_load_file to load xml file
2.simplexml_load_file: load xml and output