and where did $_POST[ "his_mom" ] come from
usually it comes from a HTML FORM of method = POST
<FORM action="evaluate.php" method="POST">
HIS MOM: <input type="text" name="his_mom"><BR>
ID NUM: <input type="text" name="id"><BR>
<BR>
<input type="submit" name="submit">
</FORM>
will goto evaluate.php
after input "submit" button is clicked