![]()
|
|
if ($first_name == "")
{ echo "Please enter your first name. If you have enterred it and are recieving this";
echo" message, please contact our webmaster and tell them your operating system and";
echo" the browser you were using when this occurred. Thank you. "; echo " ."; } else if ($last_name== "") { echo "Please enter your last name. If you have enterred it and are recieving this"; echo" message, please contact our webmaster and tell them your operating system and"; echo" the browser you were using when this occurred.Thank you. "; echo " ."; } else{ echo "Deletion Request Confirmation"; echo ""; echo "$first_name $last_name, your deletion request has been "; echo "sent to our webmaster and will be processed shortly."; echo " To return to the Computer Science Student listing"; echo ", click "; echo "here ."; $body = "$first_name $last_name of class $class_yr has requested that her"; $body = "$body information be deleted from the CS Student Listing."; mail("orourke@cs.smith.edu", "Deletion Request",$body,"From: cs_list@smith.edu");} ?> |
|
If you have any questions, please email the webmaster at orourke@cs.smith.edu. Last Update: Created by Jamie E. Buck '03. Update by Kristin Baldassaro '05 A tutorial for how these pages were created can be found here |