function GetVar($name,$default = '')
{
global $_GET, $_POST, $_COOKIE;
if ((!isset($_GET[$name]))&&(!isset($_POST[$name]))) return $default;
if (isset($_POST[$name])) $_GET[$name] = $_POST[$name];
return $_GET[$name];
}
$nume = GetVar('numele');
$adresa = GetVar('adresa');
$telefon = GetVar('telefon');
$email = GetVar('email');
$mesaj = GetVar('mesaj');
$act = GetVar('act');
$err = GetVar('err');
if($act == 'add')
{
if(($nume == '')| ($adresa == '') | ($telefon == '') | ($email == '') | ($mesaj == ''))
$err = '
Va rugam completati toate campurile';
else
{
$headers = "From: messages@cadomar.ro\r\n";
$subject = "Mesaj primit de pe site-ul www.cadomar.ro";
$message = "";
$message .= "$nume v-a trimis un mesaj cu ajutorul formularului de pe site\n";
$message .= "Acesta este:\n\n";
$message .= "$mesaj\n\n";
$message .= "Informatii suplimentare:\n\n";
$message .= "Adresa: $adresa\n";
$message .= "Telefon: $telefon\n";
$message .= "Email: $email\n";
$to = "folii-auto@cadomar.ro";
if (mail($to,$subject,$message,$headers));
header("Location: http://www.cadomar.ro/contact-succes.html");
}
}
?>
| HOME DESPRE NOI CALITATE FOLII AUTO ACCESORII TUNING GALERIE DE IMAGINI CONTACT | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||