mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 04:01:15 -04:00
613 B
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.