Q. Which superglobal is used to collect form data after submitting an HTML form with method GET?

  • (A) $_GET
  • (B) $_POST
  • (C) $_FORM
  • (D) $_REQUEST
πŸ’¬ Discuss
βœ… Correct Answer: (A) $_GET
Explanation: $_GET is used to collect form data sent with GET method.
Explanation by: Rati Dubey
$_GET is used to collect form data sent with GET method.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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