A

Admin • 833K Points
Coach

Q. Which superglobal is used to collect form data sent with the GET method?

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

Explanation by: Admin

$_GET is used to collect data sent via HTTP GET method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.