domain.com/hello/world/
How do I only get the /hello/world/ part?
/hello/world/
Update: How could I get domain.com/hello/world?
domain.com/hello/world
$_SERVER['PHP_SELF'];
$_SERVER['REQUEST_URI'] is the actual uri in the browser.