Hi everyone!
Does anyone know where to find a decent tutorial on the PHP5 simpleXML function? I’m using this to update an XML file, and so far I’ve managed to bring external XML into my PHP file as a simpleXML object and convert that to an array, but I can’t figure out how to convert the array back into a simpleXML object to send it out again.
Thanks for your help!