Mega Code Archive

 
Categories / Php / XML
 

XML file dump

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