ciao,
dunque la pagina php ha il seguente codice:
<?
$testo.="$noveetrenta\n";
$testo.="$dieci\n";
$testo.="$diecietrenta\n";
$testo.="$undici\n";
$testo.="$undicietrenta\n";
$testo.="$dodici\n";
$testo.="$dodicietrenta\n";
$testo.="$quindici\n";
$testo.="$quindicietrenta\n";
$testo.="$sedici\n";
$testo.="$sedicietrenta\n";
$testo.="$diciassette\n";
$testo.="$diciassetteetrenta\n";
$testo.="$diciotto\n";
$testo.="$diciottoetrenta\n";
// raccolgo le info della form nella pagina precedente
// ora mando l'email a santarelli@cline.it con le info che ho preso info@hotelaltavilla.com
mail("info@libero.com","Scheda iscrizione", "Dati Personali: $testo" , "From: $email\nReply-To: $email\nX-Mailer: PHP/" . phpversion());
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento senza titolo</title>
<style type="text/css">
<!--
.Stile1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
-->
</style>
</head>
<body>
<table width="519" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="519" height="390"><div align="center">
<span class="Stile27"><span class="Stile3 Stile1">
Congratulations! Your registration has been successfully submitted!</span></span></div></td>
</tr>
</table>
</body>
</html>