Contact
if($_REQUEST["name"] == "" && $_REQUEST["email"] == "" && $_REQUEST["vorname"] == "" && $_REQUEST["text"] == "" && $_REQUEST["titel"] == "")
{
?>
Contact and suggestions Please use this form to contact us too. Important: All fields must be filled. } else { $codespam = ereg_replace(" ","",$codespam); $codespam = substr(clean($codespam),0,254); if((strtoupper($codespam) =='CITIZENSERVICECORPS') || (strtoupper($codespam) =='HTTP://WWW.CITIZENSERVICECORPS.ORG') || (strtoupper($codespam) =='WWW.CITIZENSERVICECORPS.ORG') || (strtoupper($codespam) =='CITIZEN SERVICE CORPS') || (strtoupper($codespam) =='CSC') || (strtoupper($codespam) =='CITIZENSERVICECORPS.COM') || (strtoupper($codespam) =='CSC.BIANGUE.DE') ){ // Formulardaten als Email speichern $to = "mvondo.cyrille@citizenservicecorps.org"; $to1 ="biangue@dynamic-sites.com"; // Empfaenger $subject = "www.citizenservicecorps.org - New Contact !"; // Betreff $message = "\nNew message on - citizenservicecorps.org ! \n\n\n"; $message .= "============================================\n"; $message .= "Lastname:\t\t".$_POST["name"]."\n"; $message .= "Firstname:\t\t".$_POST["vorname"]."\n\n"; $message .= "E-Mail:\t\t".$_POST["email"]."\n"; $message .= "============================================\n\n"; $message .= "Subject:\t\t".$_POST["titel"]."\n\n"; $message .= "Message:\n"; $message .= "============================================\n"; $message .= $_POST["text"]; $message .= "\n\n\n\n\n"; $header = "From: webmaster@citizenservicecorps.org\n"; // Absender $header .= "Reply-To: ".$_POST["email"]."\n"; $header .= "MIME-Version: 1.0\n"; // Kodierungsverfahren $header .= "Content-Type: text/plain"; // Email senden mail($to, $subject, $message, $header); mail($to1, $subject, $message, $header); ?> Your message has been sent successfully. We receive the following informations :
|