Salve essendo poco pratico mi servirebbe un file PHP per questo FORM
aiuto plis :bho:
<div id="apDiv1">
<div align="center"><font face="Arial" size="4" color="#660000"><b><font color="#FF0000">- - - Modulo
Invio Annuncio- - -</font><br>
</b></font>
<style>
#formmail {padding: 0px; margin: 0px; width: 500px; font-family: Georgia; font-size: 12px; color: #000000; background-color: #AEEEEE; border: 1px solid #FF0000; text-align: center}
.head {width: 96%; border-bottom: 1px dashed; font-size: 14px; font-weight: bold}
.foot {width: 96%; border-top: 1px dashed}
a, a:hover, a:active, a:visited {color:; text-decoration: underline}
form {margin: 0px}
input, select, textarea, td {font-family: Georgia; font-size: 12px}
input.bt {font-weight: bold; background-color: #FFCC00; color:; border: 1px solid; margin: 4px}
</style>
<form method="post" action="invia.php">
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr valign="middle" bgcolor="#CCCCFF">
<td height="40" width="130">
<div align="right"><font face="Arial" size="2"><b>Cognome:</b></font></div>
</td>
<td height="40" width="370">
<input type="text" name="Cognome" size="25">
</td>
</tr>
<tr valign="middle" bgcolor="#CCCCFF">
<td height="40" width="130">
<div align="right"><font face="Arial" size="2"><b>Nome:</b></font></div>
</td>
<td height="40" width="370">
<input type="text" name="Nome" size="25">
</td>
</tr>
<tr valign="middle" bgcolor="#CCCCFF">
<td height="40" width="130">
<div align="right"><font face="Arial" size="2"><b>E-mail:</b></font></div>
</td>
<td height="40" width="370">
<input type="text" name="Email" size="30">
</td>
</tr>
<tr valign="middle" bgcolor="#CCCCFF">
<td height="40" width="130">
<div align="right"><font face="Arial" size="2"><b> Allega file:</b></font></div>
<td bgcolor="#CCCCFF"><input type="file" name="Ellegato" /></td>
<tr valign="middle">
<td height="30" colspan="2">
<div align="right"> </div>
</td>
</tr>
<tr valign="middle" bgcolor="#CCCCFF">
<td height="40" width="130">
<div align="right"><font face="Arial" size="2"><b>Oggetto:</b></font></div>
</td>
<td height="40" width="370">
<input type="text" name="Oggetto" size="40">
</td>
</tr>
<tr bgcolor="#CCCCFF">
<td colspan="2" align="center" bgcolor="#CCCCFF">
<br>
<textarea name="testo" cols="45" rows="10">Scrivi quì il tuo annuncio</textarea>
<br>
<br>
</td>
</tr>
<tr>
<td colspan="2" height="30">
<div align="center"><font face="Arial" size="2" color="#FF0000"><b>NB:
Tutti i campi sono obbligatori</b></font></div>
</td>
</tr>
<tr bgcolor="#CCCCFF">
<td colspan="2" align="center" height="50">
<input type="submit" value="Invia Modulo" />
<input type="reset" value="Cancella Modulo" />
</td>
</tr>
</table>
</form>