require ("../include.php");
// Gestisce il riferimento dell'immobile
if ($_GET['rif'])
$Desc_Immobile=urlencode($_GET['rif']);
else
$Desc_Immobile="";
function EvidenziaCampi($nome_campo,$ALL)
{
if (isset($ALL['Invia']))
{
$errori=ControllaDati($ALL);
if (isset($errori[$nome_campo]))
echo 'class="inputError"';
}
return;
}
function ControllaDati($ALL)
{
$errors = array();
if ( strtoupper($_POST['codice'])!=$_SESSION['digit'])
$errors['codice']=1;
if (trim($ALL['Cognome'])=='')
$errors['Cognome']=1;
if (trim($ALL['Telefono'])=='')
$errors['Telefono']=1;
if (trim($ALL['Nome'])=='')
$errors['Nome']=1;
if (trim($ALL['E_mail'])=='')
$errors['E_mail']=1;
if (trim($ALL['Richiesta'])=='')
$errors['Richiesta']=1;
if (trim($ALL['Privacy'])=='')
$errors['Privacy']=1;
//controlla che l'indirizzo email sia valido
$checkmail = ereg("^[0-9a-zA-Z]([-_.]?[0-9a-zA-Z])*@[0-9a-zA-Z]([-.]?[0-9a-zA-Z])*\\.[a-zA-Z]{2,6}$",$ALL['E_mail']);
if ($checkmail==0)
$errors['E_mail']=1;
return $errors;
}
if(isset($_GET['rif']))
$_POST['rif']=$_GET['rif'];
if(isset($_POST['Invia']))
{
$controllacampi=ControllaDati($_POST);
//print_r($controllacampi);
if (count($controllacampi)==0)
{
$body="Richiesta info da:\r\n";
$body.=" - ".$_POST['Nome']." ".$_POST['Cognome']."\r\n";
$body.="\r\n";
//$body.="Azienda: ".$_POST['Azienda']."\r\n";
$body.=$_POST['Indirizzo']." \r\n";
$body.=$_POST['CAP']." ".$_POST['Citta']." ".$_POST['Comune']." ";
$body.=$_POST['pr']." \r\n";
$body.="\r\n CONTATTI: \r\n";
$body.="Indirizzo mail: ".$_POST['E_mail']."\r\n";
$body.="Telefono: ".$_POST['Telefono']."\r\n";
$body.="Cellulare: ".$_POST['Cellulare']."\r\n";
$body.="Fax: ".$_POST['Fax']."\r\n";
//$body.="\r\n \r\n RIFERIMENTO: ".$_POST['rif']."\r\n";
$body.="\r\n \r\n RICHIESTA: \r\n".$_POST['Richiesta'];
$TO_BUSATTO="info@busattolegno.it";
$TO_ADMIN="ermanno.baschiera@starsoftware.it";
//$TO_BUSATTO=$TO_ADMIN;
format_email($TO_BUSATTO,"Richiesta informazioni ",$body,$_POST['E_mail'],"text");
//format_email($TO_ADMIN,"Richiesta informazioni ",$body,$_POST['E_mail'],"text");
header("Location: notifica.php");
exit;
}
else
{
$msg='ATTENZIONE!!! Impossbile effettuare la registrazione. I dati inseriti non sono corretti';
}
}
else
{
unset($_SESSION['digit']);
}
//
?>
Busatto Legno - Legnami - Semilavorati - Essiccazione - Pavimenti in legno - Venezia - Contatti e richiesta informazioni
|
Contatti e richiesta informazioni |
I nostri prodotti e servizi sono distribuiti solo per le Provincie
di Treviso, Venezia e Padova.
|
|
|