The $_Post Variable
The $_POST Variable The variable is an array of variable names and values that is sent by the HTTP POST method. The $_POST variable is used to collect values from a form with the method=”post”. The information sent from a form through this method is invisible to others and has no limits with concerns to [...]
Filed under: Basic Programming, Sample Code by Avatar
No Comments »