Justin Koivisto wrote:
knoak wrote:
Hi there,
I know the code $PHP_SELF to find out
the name of a file itself. Only if you
include a file with $PHP_SELF in it, it takes
the name of the parent-file.
How do i get the name of the actual file...
echo __FILE__;
of course, you could also check:
print_r($_SERVER);
for any relavent entries.
--
Justin Koivisto -
sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.