Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?
Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?A . $_GET['ALL']B . $_SERVER['QUERY']C . $_SERVER['QUERY_STRING']D . $_ENV['QUERY']E . $QUERY_STRINGView AnswerAnswer: C