i am creating a relatively simple application in flash that basically allows the user to enter a term into a search bar, and it then displays images that contain that tag.
i'm using xml to apply the tags to the images, but am looking to increase functionality.
i want to create a separate html page that will allow users to create their own xml files. that is, they will upload an image, fill out a form that asks them for tags to apply to the image, and then with the click of a button will create an xml file that they can then download to their desktop or throw on their server.
as someone who has only dabbled in php to get email forms working, i don't know if php is the solution for my problem.
any insight would be appreciated...thanks!