17. POST Variable

Similar to the GET variable, the POST variable allows you to send data to the server from a HTML Form, but the data is invisible to the user. This is a great increase in security because if you are using the POST Variable to store information such as a password, the password is not visible in plain-text.