How do you get information from a form that is submitted using the "get" method?

Select one:

  • a. `$_GET[];`
  • b. Request.Form;
  • c. Request.QueryString;
  • d. .getParameter();

The correct answer is: a. `$GET[];`

Related Posts

0 Comments

12345

    00