i'm not completely understanding all your questions. we probably need more info to be of much help.
Quote:
|
Is it possible to have the xml get the info from the database somehow?
|
you could send XML in a post request and have PHP parse through it and send back data from the database. since they still have to send a POST request, you may as well have them send their request without xml.
what information exactly do you want XML to send? is this just for uploading the song data? or is it for browsing and selecting songs too?
why does it have to be an XML request? who is the user? another programmer? or someone just tyring to listen manage their songs? if it is the latter, then all they care about is the interface they're using, .. not if it's controlled by xml. i have a feeling it's more complicated than that, but the original post isn't that specific.