Start a Topic
Not an author yet? You can request access:
$x500 = $_GET["x500"]; $to = "heinz062@umn.edu"; $subject = "UThink Developer's Corner: Requesting Access"; $message = "Please add $x500 as an author to the blog http://blog.lib.umn.edu/heinz062/uthink-forum/ .\n\nPlease follow up with this individual.\n\nThis was an automated form message."; if(!empty($x500)) { if(mail($to, $subject, $message)){ echo("Message successfully sent! We'll let you know when your access is set up.
"); } else { echo("Message delivery failed.
"); } } else{ echo "Please supply an x500"; } ?>It is good practice to save your entry offline before you use the form below.