I am new to Php/XML. I have this XML file
Under Entries tag, I have "actual", "avaerage", and "max" values. I want to parse all elements under "max" (max) tag. Please help me parse this file.
Thank you..
I am new to Php/XML. I have this XML file
Under Entries tag, I have "actual", "avaerage", and "max" values. I want to parse all elements under "max" (max) tag. Please help me parse this file.
Thank you..
Use PHP SimpleXML Parser like http://www.w3schools.com/php/php_xml_simplexml_read.asp