Contact the Web Master

If you have encountered a problem with the ICOMM web site, please use the form below to contact our web master. All of the fields are necessary. We apologize for any inconvience that we may have caused for you.

Email Error

There were one or more problems in the information you entered on the previous screen. Your entries have been placed in the fields below accompanied by error messages to help you solve any problems that cropped up. When you have solved the problems below, click the button to send your message.

$value) { if($field == "problem_page") continue; $errors[$field] = strlen($value)<=0 ? "missing" : false; } foreach($errors as $error) { if($error !== false) { $_SESSION['form_data'] = $_POST; $_SESSION['form_errors'] = $errors; header("Location: contact_webmaster.php?code=error"); exit; } } list($problem_page, $name, $email, $message) = array_values($_POST); $message = "$name has sent you the following message from the ICOMM web site:\n\n$message\n\nProblem page: $problem_page"; $delivery_success = mail("ddkees@uiuc.edu", "ICOMM Web Site Error", $message, "From: $email"); if(!$delivery_success) // if the delivery of the message was unsuccessful, we'll try to remove the "From:" header in the email and see // if we can send it that way. this could be necessary if someone incorrectly enters their email address mail("ddkees@uiuc.edu", "ICOMM Web Site Error", $message); ?>

Message Sent

Your message has been sent to out web master. If necessary, he will contact you at the email address you entered if he needs your assistance in solving this problem. Thank you for your interest in the Internation Conference of Micromanufacturion and for informing us of this problem.


You must enter your name.

You must enter your email address in case our web master needs to contact you.


You must enter the message to be sent to our web master.