Jump to content

[SOLVED] Get the current page


NathanLedet

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.