Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?
$_GET['ALL']
$_SERVER['QUERY']
$_SERVER['QUERY_STRING']
$_ENV['QUERY']
$QUERY_STRING
Submit