id3_get_tag() problem
Posted: Wed Dec 14, 2005 12:05 pm
hi all,
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
) i wanted to make an option so users can select a way to search. Those ways would be: filename, artist, number, album.
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
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