I Have a XML file which have some repetitive tags containing different values into it. I need to fetch those values and display in in my webpage. Please help me up in getting th
You can take a look to SimpleXML if you're using PHP5. You can find an intro tutorial here: http://www.w3schools.com/php/php_xml_simplexml.asp