Song Upload/Song info into XML

Basically, i want to make a form where you can upload a song to a particular folder and enter its info into an xml file
like this:

Could you also show me how to make each entry editable and deletable?
thanks in advance…

bwh2 is pretty much on the mark. U need to send the variables(tile/artist/file) to mysql. From there, u can use php to echo out xml syntax for your flash file.
Ok, I’m doing this at work at the moment, take a look - its what u wanted to do, just need to change some variables :wink:
http://codemonkey.headjam.com.au/admin/admin.php

heres the flash file: http://codemonkey.headjam.com.au/admin/xmlparse.html

heres what the xml looks like:
http://codemonkey.headjam.com.au/admin/xml.php
(view source)

thats really cool. i’m working on an admin section for my band site. The other members of my band dont know any html so i thought i’d make some nice form for them to edit the site with. I hope for them to be able to upload songs for my Flash xml player.