PHP Forms


  1. When you use the $_POST variable to collect data, the data is visible to..











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    The POST method, data is invisible to others.


  1. When you use the $_GET variable to collect data, the data is visible to..











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    everyone



  1. The attack which involves the insertion of malicious code into a page frequented by other users is known as..











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    cross-site scripting


  1. Which two predefined variables are used to retrieve information from forms?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    $_GET & $_SET