|
Akademiet for Migrationsstudier i Danmark
(AMID)
Aalborg Universitet
Fibigerstræde 2
9220 Aalborg Ø
Danmark
amid@amid.dk
Tel: + 45 96359133
Fax: + 45 98151126
# Code modifications by Nils starts here
if ($fromform == 1) {
if (eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*$",$contact_email)) $ok_email = 1;
if (!empty($contact_name)) $ok_name = 1;
if (!empty($comments)) $ok_comment = 1;
if (($ok_email == 1) && ($ok_name == 1) && ($ok_comment == 1)) {
# Creates the email
$message ="$message Email = $contact_email \n\n";
$message ="$message Name = $contact_name \n\n";
$message ="$message Phone = $contact_phone \n\n";
$message ="$message ----------------------- \n Comments \n ----------------------- \n\n";
$message ="$message $comments \n\n";
$message ="$message ----------------------- \n Sent from \n ----------------------- \n\n";
$message ="$message Remote IP: $REMOTE_ADDR \n\n";
$message ="$message Remote Host: $REMOTE_HOST \n\n";
$from = "$contact_name <$contact_email>";
$extra_header ="From: $from";
# Target email address
$to ="amid@amid.dk";
# Email Subject
$subject = "Contact form AMID website";
# sends an email
mail($to, $subject, $message, $extra_header, "-f$from");
$contact_name = "";
$contact_email = "";
$contact_phone = "";
$comments = "";
?>
Din kommentar er afsendt. Tak for din interesse.
}
}else{
$ok_email = 1;
$ok_name = 1;
$ok_comment = 1;
}
?>
# Code modification by Nils ends here
?>

Organisation | Forskning | Arrangementer | Publikationer & nyheder
Stillinger | Links | Kontakt
AMID | Home

|