Files
freeCodeCamp/guide/english/php/forms/handling-form-input/index.md
2018-10-16 21:32:40 +05:30

613 B

title
title
Handling Form Input

Handling Form Input

GET VS POST

One can get form inputs with global variables $_POST and $_GET.

$_POST["firstname"] or $_GET['lastname']

This quick style guide will help ensure your pull request gets accepted.

More Information: