I cant seem to find any tutorials anywhere on how to generate an XML file from PHP. Can anyone help me or provide a PHP form code that generates an XML file?
I need a content managment system (CMS) so a client can easily update his flash galleries.
Voetsjoeba suggested I make a PHP form that uploads the image to the folder on the server then creates an XML document based on what images are in the folder.
The XML document is what the flash gallery accesses to know what images to put in the gallery. (basically like the xml powered flash photogallery tutorial that can be found here on kirupa.com)
Can anyone show me how to do this? Or post a sample PHP code that can do that? I dont know where to begin!
Thank you for your time, I appreciate any help anyone can offer.