<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>E-mail Inviata</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="stile.css" />
</head>
<body>
<?
$nome = $_POST['nome'];
$mail = $_POST['mail'];
$oggetto = $_POST['oggetto'];
$messaggio = $_POST['messaggio'];
$destinatario = "...@supereva.it";
mail($destinatario,$oggetto,$messaggio,$mail,$nome );
?>
<?
echo "<div align=\"center\">
<table width=\"491\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
<tr>
<td height=\"29\" colspan=\"2\" valign=\"top\"><h1>E-mail inviata con successo</h1></td>
</tr>
<tr>
<td height=\"283\" colspan=\"2\" valign=\"top\">
La tua e-mail è stata
inviata con successo!!!
Ecco qui un riepilogo delle informazioni da te inviate: </p>
Il tuo nome : $nome</p>
La tua e-mail : $mail</p>
Il tuo messaggio: $messaggio</p></td>
</tr>
<tr>
<td width=\"168\" height=\"14\" valign=\"top\">
<a href=\"../../Contattacipage.html\">Indietro</a></p></td>
<td width=\"323\"></td>
</tr>
</table>
</div>";
?>
</body>
</html>
questo è il codice...
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in D:\Inetpub\webs\zukimaniaorg\invia.php on line 40
questo è l'errore
non so che cosa sono andato a modificare ed ora.... non funziona piu, chi mi aiuta?
ciao grazie