Q. Which superglobal contains data submitted through forms using POST?
β
Correct Answer: (A)
$_POST
Explanation: $_POST is used to collect form data after submitting an HTML form with method='post'.