Suppose you're using an include file and you want the included file to echo its name.
I know that $PHP_SELF is the PARENT file, but there is another globals variable that represents the "baby" file, i.e. the file included, something like $FILE or FILE_ but none of those are working.
Any answer?