Filed in: PHP/MySQL
Home » Posts tagged with "xml to array"
Convert XML to Array in PHP usingĀ SimpleXML
Though I would suggest using DomDocument for parsing XML strings and files in PHP, here is an example of converting XML to an Array in PHP using SimpleXML method. The SimpleXML extension in PHP provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal...


