i know this is a rather advanced feature, but i really need some help with this.
I made a file-search script to run on a server containing lots of files. People just type in their keyword and it maches the file to the keyword. But as there are a lot of mp3 and movies on it (its not a public server, srry guys
To get this working i needed the id3 functions of php. Well i just tried something easy ( id3_get_tag($_SERVER['DOCUMENT_ROOT']."/myfile.mp3") but it gave an error:
Fatal error: Call to undefined function: id3_get_tag() in /opt/www/cofadmin/web/www.cities-of-faith.com/temp2.php on line 2
i looked on the http://www.php.net website and it said: "no extra information, maybe only used in CVS)".
Does anybody knows what the problem is, knows a solution, and /or could help me?
Many thx in advance
Greetz,
Bomas