PHP $_POST – W3Schools

When a user clicks the submit button, the form data is sent to a PHP file specified in the action attribute of the tag. In the action file we can use the $_POST variable to collect the value of the input field.

Read More