Zend
200-710 · Question #204
Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?
The correct answer is C. $_SERVER['QUERY_STRING']. See the full explanation below for the reasoning.
Question
Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?
Options
- A$_GET['ALL']
- B$_SERVER['QUERY']
- C$_SERVER['QUERY_STRING']
- D$_ENV['QUERY']
- E$_QUERY_STRING
How the community answered
(34 responses)- A15% (5)
- B3% (1)
- C74% (25)
- D6% (2)
- E3% (1)
Community Discussion
No community discussion yet for this question.