Forum Moderators: coopster
echo "<br>this file is "._FILE_;
but it returns:
Notice: Use of undefined constant _FILE_ - assumed '_FILE_' in ...etc
The way I understand it is that this predefined constant is no longer suported in php or it has different syntax? Or do i just have some sort of a syntax error that i just fail to notice?
Thanks for the help....