nerdexam
National_Instruments

200-500 · Question #46

200-500 Question #46: Real Exam Question with Answer & Explanation

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

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice