Hi,
I need to know how can i generate a playlist from mysql and php ?
I have a database that contains filename,artist,album and songname, i want an option that when a user want to listen to the specific album, php generate a playlist automatically in xml format so the player plays files one by one.
it would be nice if someone show me how to export a file in xml from my php page…
thanks