Grazie per la Vostra richiesta

Si ringrazia per la preferenza accordataci. A breve verrà contattato da un nostro consulente per evadere al meglio la Sua richiesta. Un cordiale saluto.

 

Agenzia Orlandini

Richiedi un Preventivo Gratis e Senza Impegno!

\r\n"; $headers .= "Content-type: text/html\r\n"; $text = "



"; foreach($_POST as $key => $value) { $text.=ucfirst($key)." = ".$value."
"; } $text.="

Email generata automaticamente dal sistema.

"; if(mail($to, $subject, $text, $headers)){ $wpdb->insert( 'preventivi', array( 'nome' => $_POST['nome'], 'cognome' => $_POST['cognome'], 'provincia' => $_POST['provincia'], 'telefono' => $_POST['telefono'], 'email' => $_POST['email'], 'anno_nascita' => $_POST['anno_nascita'], 'tipo_azienda' => $_POST['azienda'], 'tipo_occupazione' => $_POST['occupazione'], 'anno_assunzione' => $_POST['anno'], 'importo' => $_POST['importo'], 'reddito' => $_POST['reddito'], 'note' => $_POST['note'], 'data' => date('Y-m-d') ) ); } } ?>