I've been looking for some kind of tutorial, or some code but couldn't find much (that I understand!).
I have a table with an artist's name, song name, etc. I would like to display that artist's songs and then link those songs to an m3u file so it can stream. Right now I'm doing it with manually created m3u files but I would like to have it done by PHP.
For example, I would like the URL of the song name to be something like this: song.php?songid=xxx
Can someone point me in the right direction? Are there any tutorials on how to do this?
Btw, I'm not looking to create an m3u file that plays a playlist of mp3's, instead I want an m3u file for each mp3. I need to play each song separately, not a playlist.
Thanks in advance.