I'm developing a dynamic flash site with a menu whos content is controlled by an external xml file. i'm in the process of developing a seperate page that will display all of our xml data and allow the user to edit or add child nodes etc. all this is done in flash.
Once this is completed, the user will simply click submit which will convert the local xml data to a string and send it to a php file for processing. I am hoping to find a way for a php file to recieve this xml string data, restructure into the typical tree structure, and overwrite the previous xml file on the server.
I am not literate in php whatsoever. I am very literate in flash though. can anybody help me with this interface?
thanks
Al