hi,
I have a question. I have a bunch of mp3 files in a directory. I want to use php and html to play the mp3 files one by one after another on a page. So that when user visits the page he will be able to listen to all the mp3 files (as long as he doesn't close his browser).
How can I do this?