Reply to Re: [PHP] Getting current page name without path
Posted by Robin Vickery on 09/06/05 10:46
On 9/6/05, Bushra <bush2k2@hotmail.com> wrote:
> Hi
> I want to get the name of current page. I use $PHP_SELF or
> SCRIPT_FILENAME, but it also provides the path name . I just want to
> retrieve the file name with extension. How can I do that?