PHP Web Development Quiz

Total Questions: 26

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

 $_GET
 $_POST
 $_REQUEST
 A&C