nerdexam
Zend

200-550 · Question #183

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

(27 responses)
  • A
    4% (1)
  • B
    11% (3)
  • C
    81% (22)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice