\r\n"; if (mail($to, $subject, $body,$headers)) { pageheader($lang_contact_php['thank_you'], ""); msg_box($lang_contact_php['thank_you'], $lang_contact_php['thank_you_email'], $lang_continue, $referer); pagefooter(); exit; } else { pageheader($lang_contact_php['thank_you'], ""); msg_box($lang_contact_php['contact_us'], $lang_contact_php['delivery_failed'], $lang_continue, $referer); pagefooter(); exit; } } if (!isset($_COOKIE[$CONFIG['cookie_name'] . '_data'])) { $cookie_warning = << {$lang_contact_php['cookie_warning']} EOT; } pageheader($lang_contact_php['contact']); $referer = urlencode($referer); $firstnumber = rand(0,50); $secondnumber = rand(0,50); echo '
'; starttable('-1', $lang_contact_php['required_fields'], 2); echo <<< EOT $cookie_warning {$lang_contact_php['name']} * {$lang_contact_php['email']} * {$lang_contact_php['subject']} * {$lang_contact_php['comment']} * $firstnumber {$lang_contact_php['spam_prevention_answer']} $secondnumber * ?     {$lang_contact_php['spam_prevention_question']} EOT; endtable(); echo <<< EOT
EOT; pagefooter(); ob_end_flush(); ?>