Is there any way in PHP to get a value from the URL. For example, if I have a folder called user and an index.php inside that folder. Then I navigate to mydomian.com/user/username
Can I get the 'username' value and respond to that with the index.php?
I've looked around and can't seem to find an answer, without using arguments inside the URL.