NathanLedet Posted October 20, 2008 Share Posted October 20, 2008 So, I want to get the current page that I'm on so that I can run an if/else statement. I want it to be like "if page is on index.php, then do this" k? so. I'm working in a development folder and when I use REQUEST_URI, PHP_SELF, or SCRIPT_NAME, it returns the development folder that I'm working on, as well as the file name. In other words, it's returning /development/index.php when all I really need is index.php I would appreciate the help! Link to comment https://forums.phpfreaks.com/topic/129182-solved-get-the-current-page/ Share on other sites More sharing options...
NathanLedet Posted October 20, 2008 Author Share Posted October 20, 2008 harhar...it was the very next google result.. basename($_SERVER['PHP_SELF']); Link to comment https://forums.phpfreaks.com/topic/129182-solved-get-the-current-page/#findComment-669758 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.