Reply to Re: how do I get the file name of the currently running PHP file
Posted by Henk van Winkoop on 09/14/05 10:59
I use:
echo $_SERVER['PHP_SELF'];
regards,
Henk
"q2005" <q2005@tpg.com.au> schreef in bericht
news:4326456e$1@dnews.tpgi.com.au...
> Hi, all
>
> How do I get the name of a PHP file itself which is currently running?
Thnak
> you in advance!
>
> Jack
>
>