nell'html l'ho inserito qua

______________

<form name="form1" method="post" action="form1_invia.php">
<input type="hidden" name="posted" >
__________

e nel php qui..



<font face=Arial, Helvetica, sans-serif size=2 color=#000000>
________________
if (isset($_POST['post
ed'])) {

$_POST['nome'] Nome: $nome

$_POST['ragione']

$_POST['citta']


___________


esce questo errore

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/mhd-01/www.miosito.com/htdocs/form1_invia.php on line 41


CHE CASINO!!!