ecco i lform:



<html>
<head>
<title>Registrazione utente</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<form method="post" action="register.php">
<table width="800" border="0" cellspacing="0" cellpadding="3" style="border-collapse: collapse" bordercolor="#111111" class="text">

<tr>
<td width="100">Nome:</td>
<td width="180"><input type="text" name="nome" size="30"></td>
</tr>

<tr>
<td width="100">Cognome:</td>
<td width="180"><input type="text" name="cognome" size="30"></td>
</tr>

<tr>
<td width="100">Codice Cliente:</td>
<td width="180"><input type="text" name="codcli" size="100"></td>
</tr>
<tr>
<td width="100">Username:</td>
<td width="180"><input type="text" name="username" size="20"></td>
</tr>
<tr>
<td width="100">Password:</td>
<td width="180"><input type="password" name="password" size="20"></td>
</tr>
<tr>
<td width="100">Password Again:</td>
<td width="180"><input type="password" name="password2" size="20"></td>
</tr>
<tr>
<td width="100">Email:</td>
<td width="180"><Input type="text" name="email" size="20"></td>
</tr>
<tr>
<td width="100">Email Again:</td>
<td width="180"><input type="text" name="email2" size="20"></td>
</tr>



</table>
<input type="submit" name="action" value="registra">
</form>




<font class="text">





</font>
</body>
</html>