How to find out the file name of webpage?

CABOSE

New Member
It is possible to find out the script file name only through PHP. \[code\]$_SERVER['PHP_SELF']\[/code\] gives full path including the file name. I want just the file name.
 
Back
Top