Posted by FD on 11/29/07 15:15
"Jean Pierre Daviau" <Once@WasEno.ugh> schreef in bericht
news:hFA3j.1623$By5.892@wagner.videotron.net...
>I putted php_id3.dll version 5.2.1.1 [jeudi 29 novembre 2007,
>09:30:12 ]and it works :o) with the CLI and the browser.
> echo dl('php_id3.dll');
> print_r(get_loaded_extensions());
>
> Thanks to Stephan Schmidt
> ---------------
>
> What is a tif?
>
> Parse error: syntax error, unexpected T_IF
>
>
It means: unexpected "if".
You have an if-statement and just before this there is a syntax error.
Probably a forgotten semicolon (;) or curly-brace (})
Frank
[Back to original message]
|