Blog Desk       February 10, 2020      245

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

  1. Request.QueryString;
  2. Request.form;
  3. $_GET[];
  4. $_POST[];

The Right Answer is : Option C

Explanation