

MCQOPTIONS
Saved Bookmarks
1. |
How do you get information from a form that is submitted using the \"get\" method? |
A. | Request.Form; |
B. | $_GET[]; |
C. | $_POST[]; |
D. | Request.QueryString; |
Answer» C. $_POST[]; | |