Please send questions to st10@humboldt.edu .
<html>

<head>
    <title> Ice cream variety chosen </title>
</head>

<body>
    <h3> Ice cream variety chosen: </h3>

    <h4> <?php
             print $_POST["ice_cream_flavor"] . "\n";
         ?>
    </h4>

</body>
</html>