PHP POST Variables
Posted by admin on 29 January, 2011
No comments yet
This item was filled under [ PHP & MySql, References ]
A POST Variable is a special kind of variable that is used for handling form data. POST variables are created when a (POST type) form is submitted. They will contain all values of the form fields. Although a form can send its data through the POST method or the GET method. When using the POST [...]