Q. Which superglobal array is used to collect data sent via the GET method?
β
Correct Answer: (B)
$_GET
Explanation: $_GET collects variables sent via the URL query string.