Hi, I want to export a multidimensional PHP array full of data somehow into an XML file (ready for someone else to then use simplexml_load_string to load the content of this XML file at a later date).
Does anyone have a clue about how to do this? Any help or step in the right direction would be much appreciated.