can somebody helpme to build an mp3 tag reader compatible ID3v2 in php

those are some useful
url
id3.org :contain information of mp3 tagging and about ID3v2

http://id3lib.sourceforge.net/

example of code in c and c++

i m just a beginner but i can learn very fast

some help ll be very useful since php is the only language that doen t provide a code to read or write ID3v2

see http://id3.org/implement.html for more details

    8 months later

    Did you find any info on the mp3 tagging? I am looking for the same thing...

      2 months later
      7 years later

      HI
      HERE IS A SCRIPT TO READ ID3 TAG FROM A FILE.
      THE PROBLEM IS THIS THAT IT CAN SHOW THE INFORMATION FOR THOSE FILES THAT ARE ON THE SAME SERVER.BUT I WANT TO USE THIS SCRIPT FOR THE FILES FROM OTHER SERVER SO PLEASE HEPL ME SOM ONE.
      IN THIS SCRIPT I WANT TO GIVE JUST PATH OF A MP3 AND READ ALL THE TAG INFORMATION. IT DO THE SAME WORK BUT ONLY FOR THOSE FILES THAT ARE ON THE SAME SERVER.4 EXAMPLE HERE IS A PATH
      http://www.u2ugsm.com/mp3/test.php

      IN IT THE MP3 FILE PATH IS
      http://www.u2ugsm.com/mp3/HELLO.MP3

      BUT WHEN I USE THE PATH LIKE
      http://www.cellsongs.co.cc/t/hello.mp3
      then it shows errors
      the total files path is as given
      http://www.u2ugsm.com/mp3/t/id3 tag reader.zip
      WAITING FOR YOUR REPLY
      REGARDS

        Write a Reply...