1. Which two predefined variables are used to retrieve information from forms? A. $GET & $POST B. $_GET & $_POST C. $__GET & $__POST D. GET & POST Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
2. The attack which involves the insertion of malicious code into a page frequented by other users is known as. A. basic sql injection B. advanced sql injection C. cross-site scripting D. scripting Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
3. When you use the $_GET variable to collect data, the data is visible to. A. none B. only you C. everyone D. selected few Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
4. When you use the $_POST variable to collect data, the data is visible to. A. none B. only you C. everyone D. selected few Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B Solution: The POST method, data is invisible to others.
5. Which variable is used to collect form data sent with both the GET and POST methods? A. $BOTH B. $_BOTH C. $REQUEST D. $_REQUEST Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board