Mega Code Archive
Categories
/
Php
/
XML
XML Path in action
xpath("/contact/personal/title"); foreach($authors AS $author) { echo "$author
"; } ?>