PHP Forms
- When you use the $_POST variable to collect data, the data is visible to..
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The POST method, data is invisible to others.
- When you use the $_GET variable to collect data, the data is visible to..
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
everyone
- The attack which involves the insertion of malicious code into a page frequented by other users is known as..
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
cross-site scripting
- Which two predefined variables are used to retrieve information from forms?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
$_GET & $_SET