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.
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.
This article needs improvement. You can help improve this article. You can also write similar articles and help the community.