$_POST (PhP) – $_POST – used to collect data sent via an HTML form using method=”post”.
Example:
$name = $_POST[‘name‘];
$_REQUEST (PhP) – $_REQUEST – collects data from $_GET, $_POST and $_COOKIE.
Example:
$id = $_REQUEST[’id’];
H1 (HTML) – <h1> – pealkirja lehe kohta – see peaks esindama kogu lehe peamist pealkirja/teemat. Samuti ärge jätke vahele pealkirjatasemeid – alustage

