Q. Which superglobal array is used to collect data sent via the GET method?

  • (A) $_POST
  • (B) $_GET
  • (C) $_REQUEST
  • (D) $_SERVER
πŸ’¬ Discuss
βœ… Correct Answer: (B) $_GET
Explanation: $_GET collects variables sent via the URL query string.
Explanation by: Rati Dubey
$_GET collects variables sent via the URL query string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
87
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
94%
Success Rate