For input fields, when the data is submitted in PHP the value is assigned to the variable of that name... So for example, if you had a text input like
<input type=text name=username>
And it was submitted, on the next page the value the person entered for that field would be assigned to $username.