Web Features Learning Mode

How can the index.php script access the email form element of the following HTML form? (Choose 2)

<form action="index.php" method="post">
<input type="text" name="email"/>
</form>