I've been looking for a script that lists all the ID3 tags of MP3 files in a specific directory on my site, but all the ones I've found require PHP 5. My host only supports PHP 4.4.
Basically, I want to list the mp3s on an html page, with a link to download each file. I want it to be dynamic so I can just upload the files to the directory without having to touch the HTML page.
thanks!
Rob