When you use the $_POST variable to collect data, the data is visible to. everyone none selected few only you TRUE ANSWER : ? YOUR ANSWER : ?
When you use the $_GET variable to collect data, the data is visible to. selected few none only you everyone 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 cross-site scripting advanced sql injection scripting TRUE ANSWER : ? YOUR ANSWER : ?
Which variable is used to collect form data sent with both the GET and POST methods? $BOTH $_REQUEST $REQUEST $_BOTH TRUE ANSWER : ? YOUR ANSWER : ?