-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/simplexml/examples/
File Upload :
Current File : //usr/src/php/ext/simplexml/examples/xpath.php

<?php
$books = simplexml_load_file('book.xml');

$xpath_result = $books->xpath("/books/book/title");
foreach($xpath_result as $entry ) {
    print "$entry \n";
}

?>

Copyright © 2017 || Recoded By Mr.Bumblebee