Which variable is used to collect form data sent with both the GET and POST methods? $_REQUEST $REQUEST $_BOTH $BOTH TRUE ANSWER : ? YOUR ANSWER : ?
Which two predefined variables are used to retrieve information from forms? $__GET & $__POST $_GET & $_POST GET & POST $GET & $POST TRUE ANSWER : ? YOUR ANSWER : ?
The attack which involves the insertion of malicious code into a page frequented by other users is known as. basic sql injection scripting advanced sql injection cross-site scripting TRUE ANSWER : ? YOUR ANSWER : ?
When you use the $_POST variable to collect data, the data is visible to. everyone selected few only you none TRUE ANSWER : ? YOUR ANSWER : ?
When you use the $_GET variable to collect data, the data is visible to. only you selected few none everyone TRUE ANSWER : ? YOUR ANSWER : ?