A

Admin • 833K Points
Coach

Q. Which superglobal contains data submitted through forms using POST?

  • (A) $_POST
  • (B) $_FORM
  • (C) $_REQUEST
  • (D) $_SUBMIT
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

$_POST is used to collect form data after submitting an HTML form with method='post'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.