/ Published in: PHP
URL: http://www.olliesilviotti.co.uk
Simple piece of PHP to get the contents of a specified tag from an XML file and return it
Expand |
Embed | Plain Text
//Get the contents of a specified tag ($tag) of the specified XML file ($xmlFile) function getXmlData($xmlFile, $tag) { return $output; }
You need to login to post a comment.
