global $title, $lang;
$title = $lang['title_contact'];
define('VALID_EMAIL', '/\A(?:^([a-z0-9][a-z0-9_\-\.\+]*)@([a-z0-9][a-z0-9\.\-]{0,63}\.(com|org|net|biz|info|name|net|pro|aero|coop|museum|[a-z]{2,4}))$)\z/i');
if ( count($_POST) > 0 ) {
if ( trim($_POST['message']) == '' ) { $errors[] = $lang['message_error']; $message_error = true; }
// if ( $_POST['company'] == '' || $_POST['company'] == $lang['company'] ) { $errors[] = $lang['company_error']; $company_error = true; }
if (!preg_match(VALID_EMAIL, $_POST['email']) ) { $errors[] = $lang['email_error']; $email_error = true; }
if ( !$errors ) {
$headers = 'From: '.stripslashes($_POST['email']) . "\r\n" .
'Reply-To: '.stripslashes($_POST['email']) . "\r\n" .
mail("[email protected]", "Apps BG New Question: ".stripslashes($_POST['email']),
"Email: ".stripslashes($_POST['email']) ."\n".
"Message: ".stripslashes($_POST['message']),
$headers
);
$message_sent = true;
}
}
?>
/*
Dimitar Marinov
[email protected]
+359 888 567 773
if ($message_sent) { ?>
*/?>
Contacts
Contact us now!
Or leave us a message and we'll get back to you within a day!
Office Delaware - Autodela LLC
Office Sofia
Follow us
FacebookContacts
___
Contact us now!
Or leave us a message and we'll get back to you within a day!
Dimitar Marinov
[email protected]
+359 888 567 773
if ($message_sent) { ?>