PHP Forms
In this tutorial we are going to learn about $_GET, $_POST, and $_REQUEST.
Nowadays, PHP is one of the most popular means of processing HTML forms.
To read the data submitted by a form, using PHP, use one of three special arrays: $_GET, $_POST or $_REQUEST. The first two contain the data submitted via their respective protocols.