Description

Post variables behave like global variables but contain information that the user sent to the page via a POST request; a login or register form for example.

Example

pv.username will access information submitted to the page from an item in a form named “username”.