![]() |
|
if (!isset($_POST["Name"])){ ?>
If you desire to have a link to your SOM personal web site placed on the Student Web default page (http://students.som.yale.edu), kindly fill out the form below: } else { echo "Thank you for your submission"; $message = "Please link my webpage to the front page of the student web server.\n\r"; $message.=$_POST["Name"]."\n\r"; $message.=$_POST["submit_by"]."\n\r"; $message.=$_POST["NetID"]."\n\r"; $message.=$_POST["ClassOf"]; mail("somhelpdesk@yale.edu", "Student Person Web Page Link Request", $message); } ?>
|
|