> 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? > $_SERVER['SCRIPT_NAME'] and $_SERVER['ORIG_SCRIPT_NAME'] will give you the current filename without the path. I'm currently using PHP5.1RC so it might differ in your version but check out phpinfo.php These things are all displayed in phpinfo.php. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php