I know how to grab variables from a url when they are defined like here: $_GET['page']
Php GET
6
I know how to grab variables from a url when they are defined like here:
$_GET['page']
www.site.com/index.php?page=variable
but how would I grab and use the variables that come after a /
for example:
www.site.com/variable
It it possible to grab the variable after the slash?
Thanks in advance!
$_GET['page']
www.site.com/index.php?page=variable
but how would I grab and use the variables that come after a /
for example:
www.site.com/variable
It it possible to grab the variable after the slash?
Thanks in advance!
- mywebwork
- customertools
- CJames
- Amir Khan
- TristanPerry
- weaverIT Banned
Next Topics on Trending Feed
-
6