Thanks DaveRandom.
I downloaded getid3 ver: 1.8.3 and when i run /getid3/demos/demo.browse.php it shows me an mp3 music file (which i had copied there). When i click "edit tags" it shows this message:
Parse error: syntax error, unexpected ';' in C:\wamp\www\getid3\getid3\write.php on line 468
and the line 468 from write.php reads:
$tag_data_id3v1['title'] = getid3_lib::iconv_fallback($this->tag_encoding, 'ISO-8859-1', implode(' ', (isset($this->tag_data['TITLE'] ) ? $this->tag_data['TITLE'] : array()));
I wonder what syntax error is that since this code is part of getid3 and i made no changes in it. Is there some configuration or security issue involved?
thanks