PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I know that $PHP_SELF; gets the current location like if it was example.com/Login/index.php it would output //Login/index.php, but how could I just get the index.php with out the other stuff?