|
Posted by Jean Pierre Daviau on 11/27/07 08:58
Thanks for your patience,
What would be the object? The filename, the $buf variable dont
work. I have the php_id3.dll in my extensions folder...
Fatal error: Call to a member function id3_get_tag() on a
non-object in C:\Documents and Settings\Jean
Pierre\Bureau\id3\IDTAG.php on line 42
----
$fichier = "Zaytoun.mp3";
$f=fopen($fichier,"r");
fseek($f,filesize($fichier)-125);
$buf = fgets($f, 125);
$tag = id3_get_tag($buf, ID3_V2_3 ); //line 42
fclose($f);
print_r($tag);
--
Thanks for your attention.
Jean Pierre Daviau
--
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
Processor Radeon7000 0x5159 agp
Navigation:
[Reply to this message]
|