"; $msg = ""; $msg = $msg."Student Email Address: ".$_POST['sEmail']."
"; $msg = $msg."Comments: ".$_POST['comments']."
"; $msg = $msg.""; mail("abarg@umd.edu","322 Student Feedback",$msg,"From: 322Student\nContent-Type: text/html"); } else { echo '
322 Feedback Form
'; echo 'Email Address (optional)
'; echo '
'; echo '
Feedback:
'; echo '
'; } ?>
If you send the e-mail without giving your address,
you will not receive an answer
because I do not know who you are.