Web Hosting Talk







View Full Version : PHP code for reading MP3 tags?


brookie
11-23-2003, 11:25 AM
I'm looking for some PHP code to scan a directory, read the tags out of MP3 files it finds and create an HTML page with links.

Anyone know where I can find such code?

Burhan
11-23-2003, 12:28 PM
Use something like getID3 (http://getid3.sourceforge.net/) to get your tag information.

The writing of the HTML file is trivial.