Mega Code Archive

 
Categories / Php / XML
 

Simplexml_load_file php

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