Get request path in PHP for routing
coderwall.com
Get request path in PHP for routing
1–2 of 2 posts
Re: Get request path in PHP for routing
#2Is that different to:
parse_url(http_build_url(), PHP_URL_PATH);
1–2 of 2 posts
Get request path in PHP for routing
coderwall.com
parse_url(http_build_url(), PHP_URL_PATH);