Which PHP global variable is used to collect data after submitting an HTML form?

125. Which PHP global variable is used to collect data after submitting an HTML form?

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

Answer: B) $_REQUEST

Explanation:

The PHP global variable $_REQUEST is used to collect data after submitting an HTML form.

Comments and Discussions!

Load comments ↻






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