Question: Which superglobal variable holds information about headers, paths, and script locations?

  1. `$_SERVER`
  2. `$SERVER_VARIABLES`
  3. `$_ENV`
  4. `$GLOBALS`

Answer: The correct answer of the above question is Option A:`$_SERVER`