Learn PHP Quickly (05) – Get Input from HTML Forms with GET and POST
We explore how to pull user input from an HTML form using the $_GET and $_POST variables. This is a powerful and simple integration between PHP and HTML that allows for endless possibilities.
source