Thursday, October 6, 2011

PHP Tutorial 17 - POST Variable (PHP For Beginners)

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. For more information, check out the website: howtostartprogramming.com

No comments:

Post a Comment