Answer & Solution
Answer: Option B
Solution:
To access form data submitted via the POST method in PHP, you use the
$_POST
superglobal array followed by the name of the form field as the key.