Multiple choice

Which of the following represents an array that includes all the GET variables that PHP received from the client browser?

  1. Array

  2. GET

  3. $_GET[]
  4. $_ENV[]
  5. $_SERVER[]
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It represents an array that includes all the GET variables that PHP received from the client browser.