Which PHP global variable is used to collect form data after submitting an HTML form with method='post'?

126. Which PHP global variable is used to collect form data after submitting an HTML form with method="post"?

  1. $_GET
  2. $_REQUEST
  3. $_POST
  4. $_ENV

Answer: C) $_POST

Explanation:

The PHP global variable $_POST is used to collect form data after submitting an HTML form with method="post".

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.