e dai!
codice:
echo "<form action=\"login.php\" method=\"get\"><p align=\"center\">";
echo "Nickname:
<input align=\"center\" onfocus=\"this.style.borderColor='red'\" onblur=\"this.style.borderColor='lime'\" name=\"loguid\" size=\"10\" maxlength=\"15\"/>
";
echo "Password:
<input align=\"center\" onfocus=\"this.style.borderColor='red'\" onblur=\"this.style.borderColor='lime'\" type=\"password\" name=\"logpwd\" size=\"10\" maxlength=\"15\"/>
";
echo "<input type=\"submit\" value=\"Entra\"></p></form>";