Q. Which superglobal is used to collect form data sent with the GET method?
β
Correct Answer: (D)
$_GET
Explanation: $_GET is used to collect data sent via HTTP GET method.