Tuesday, 4 September 2012

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

A.$_GET[];
B.Request.Form;
C.Request.Query String;
D.$_POST[];

Ans: A


No comments: