include 'includes/mailer.php'; $errors = array(); if(isset($_REQUEST['sendmail'])){ if(empty($_REQUEST['Nome'])){ $errors['Nome'] = 'Il nome e\' obbligatorio.'; } if(empty($_REQUEST['Cognome'])){ $errors['Cognome'] = 'Il cognome e\' obbligatorio.'; } if(empty($_REQUEST['Email'])){ $errors['Email'] = 'L\'email e\' obbligatoria.'; } if(empty($_REQUEST['Telefono'])){ $errors['Telefono'] = 'Il telefono e\' obbligatorio.'; } if(empty($_REQUEST['Messaggio'])){ $errors['Messaggio'] = 'La richiesta e\' obbligatoria.'; } if(empty($_REQUEST['Privacy'])){ $errors['Privacy'] = 'L\'accettazione della Privacy e\' obbligatoria.'; } if(count($errors)<=0){ foreach($CONFIG['to'] as $to) tplmail('modello_default', $_REQUEST, 'Richiesta Informazioni', $to, $CONFIG['from_mail'], $CONFIG['from_name']); header("Location: form_ok.php"); exit; } } ?>
Giomas - Prodotti Ortofrutticoli, Vini e Oli
|