fetch_results($db->runQuery("SELECT email, first_name FROM user_list WHERE user_id=$user_id")); if(strlen($email)>0) { $confirmation_key = make_random_string(25); $db->runQuery("UPDATE user_list SET confirmation_key='$confirmation_key' WHERE user_id=$user_id LIMIT 1"); $message = "Greetings, $fname,\n\nThis message has been automatically generated and sent to you by the ICOMM web site because " . "you indicated that you wished to activate your account with it. If you did not request this activation, then chances are " . "a different committee member for the conference mistakenly clicked your name. If you need more information about the " . "ICOMM web site, please visit http://icomm.mie.uiuc.edu.\n\nOtherwise, if you did request that your account be activated " . "please open the following link with your favorite web browser.\n\n" . "\t$URL_ROOT/content/activation/confirm.php?ckey=$confirmation_key\n\n" . "Some email programs may break up this web address and display it on more than one line. If this has happened to you " . "and you get an error when opening the page, try to copy and paste the entire web address into your browser.\n\nIf you " . "feel that you have received this message in error, or you are confused as to why you need to activate your account, " . "please contact David Kees, web master for the ICOMM conference, for assistance."; mail($email, "ICOMM Account Activation", $message); ?>

Message Sent

An email has been sent to "." When you receive the message, a web address will be included within it. Open that link in your favorite web browser and you will be taken to the second and final step necessary to activate your account.

If you no longer have access to that email address then please contact the web master for assistance.

No Email on Record

There is no email on record for you at this time. If you would please contact the web master and let him know the email address that you would like to use for this account, he will enter it into the database and solve this problem as soon as possible.