molto bene come faccio ora ad usare https?
Per ora ho questo...
	codice:
	<html> 
<title>Login utente</title> 
<center><h1>Login utente</h1></center> 
<form method="POST" action="submit_login.php"> 
<table align="center">  
<tr><td align="right">Nome utente:</td>
<td><input type="text" name="user" size="32"/></td></tr> 
<tr><td align="right">Password:</td>		
<td><input type="password" name="pass" size="32"/></td></tr> <tr>
<td align="right"></td>
<td align="right"><input type="reset"/><input type="submit"/></td> </tr> 
</table>  
</form> 
</html>