Using PHP to generate an .xml file
Posted: Thu Nov 13, 2008 11:33 am
Ok so I will try my best to explain, my work is producing a Flash game in which all its content(images,text) is generated dynamically from an external .xml file, however, we would like this game to be fully customizable, so players should be able to enter their own images and text into the game. However, not all users know xml, and so we want to have a website that generates a customized .xml file for them. Ideally, I want to create a website that takes input from the user, and "converts" that input into .xml format, the user can then copy that code into their own xml file. I want to know if someone can point me in the right direction on how to go about this, thanks