PHP - Superglobals and Web Context
You want to log the full URL a user requested, including query parameters. Which combination of
$_SERVER variables should you use?$_SERVER variables should you use?HTTP_HOST gives the domain, and REQUEST_URI gives the path plus query string.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions