nerdexam
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)
  • A
    15% (5)
  • B
    3% (1)
  • C
    74% (25)
  • D
    6% (2)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice