Codice:
<form name="form1" method="post" action="invia_form_server.php">
<div align="center">
<table width="661" border="0" cellpadding="1" cellspacing="0">
<tr>
<th width="182" class="text_verde_12px" scope="row"><div align="right">Nome server</div></th>
<td width="166"><input name="nome_server" type="text" class="form_server" id="nome_server2"></td>
<td width="125" class="text_verde_12px"><div align="right">Max utenti </div></td>
<td width="170"><input name="utenti" type="text" class="form_server" id="utenti2"></td>
</tr>
<tr>
<th class="text_verde_12px" scope="row"><div align="right">Indirizzo/i Server:porta*</div></th>
<td><input name="indirizzo_server" type="text" class="form_server" id="indirizzo_server" value=""></td>
<td class="text_verde_12px"><div align="right">Plus e note </div></td>
<td><input name="extra" type="text" class="form_server" id="extra2"></td>
</tr>
<tr>
<th class="text_verde_12px" scope="row"><div align="right">Tipi files</div></th>
<td><input name="tipi_files" type="text" class="form_server" id="tipi_files2"></td>
<td class="text_verde_12px"><div align="right">Tipo</div></td>
<td><input name="tipo" type="text" class="form_server" id="tipo2"></td>
</tr>
<tr>
<th class="text_verde_12px" scope="row"><div align="right">Minimo Sharing</div></th>
<td><input name="sharing" type="text" class="form_server" id="sharing3"></td>
<td class="text_verde_12px"><div align="right">Email gestore</div></td>
<td><input name="email_gestore" type="text" class="form_server" id="email_gestore3"></td>
</tr>
<tr>
<th height="59" scope="row"><p class="Stile2">
</p>
<p class="Stile2"> </p></th>
<td colspan="2"><div align="center" class="Stile2">
<input type="submit" name="Submit" value="Invia">
<input type="reset" name="Submit2" value="Cancella">
</div></td>
<td> </td>
</tr>
</table>
<br>
<span class="text_bianco_10px">Per l'inserimento di piu server dividerli tra loro con un , (virgola).</span></div>
</form>
Ti bastava visualizzare l'HTML della pagina con il browser. Naturalmente dovrai adattarlo alle tue circostanze.