allora io ho questo codice:

<form name="datiUtente" enctype="text/plain" method="post" action="mailto:fw.at@fastwebnet.it?subject=Ordine on-line">

<fieldset>
<legend>Dati Utente</legend>
<label> Cognome: <input name= "Cognome " type=" text" size="20" maxlength="20"></label>
<label> Indirizzo con civico: <input name= "Indirizzo " type=" text" size="50" maxlength="40"> </label>


<fieldset>
<legend>Campo libero</legend>
<label>Richieste particolari:

<textarea name="Richieste" cols="150" rows="3"> </textarea>
</label>
</fieldset>


<button type="reset">annulla</button>

<button type="submit">invia</button>
</form>

dove lo devo mettere quel codice php? e basta che lo incollo o ci devo fare qualcos altro?