grazie dell'aiuto..
posto la parte di form che ci interessa...
codice:
<form method="post" action="?pagina=registrazione&azione=registrati">
<table border="0" cellspacing="2" cellpadding="0" width="530">
	<tr>
		<td colspan="2" width="530"><p class="generico">Compila i seguenti campi per registrarti.</p></td>
	</tr>
	<tr>
		<td colspan="2" width="530"><p class="nota">Username e password che vuoi usare per accedere al tuo account su StudentiCatania.it
Ricorda di inserire una password facile da ricordare</td>
	</tr>
	<tr>
		<td width="180"><p class="left" align="left">Username:</td>
		<td width="350"><input type="text" name="username" style="font-family:tahoma; font-size:11px; border:1px solid blue;" size="50"></td>
	</tr>
	<tr>
		<td width="180"><p class="left" align="left">Password:</td>
		<td width="350"><input type="password" name="password" style="font-family:tahoma; font-size:11px; border:1px solid red;" size="50"></td>
	</tr>
	<tr>
		<td width="180"><p class="left" align="left">Conferma Password:</td>
		<td width="350"><input type="password" name="conf_password" style="font-family:tahoma; font-size:11px; border:1px solid red;" size="50"></td>
	</tr>
	<tr>
		<td width="180"><p class="left" align="left">E-mail:</td>
		<td width="350"><input type="text" name="codice_fiscale" style="font-family:tahoma; font-size:11px; border:1px solid green;" size="50"></td>
	</tr>
	<tr>
		<td width="180"><p class="left" align="left">Conferma E-mail:</td>
		<td width="350"><input type="text" name="codice_fiscale" style="font-family:tahoma; font-size:11px; border:1px solid green;" size="50"></td>
	</tr>
Spero che basti questo.....