Haber... para todos aqui el formulario .html donde se escribe el usuario y la pass:
Código HTML:
<html>
<head><b><h1>Archivos instalados</h1></b></head>
<body>
<form method="post" action="entrada.php">
Ingrese el nombre de usuario:
<input type="text" name="usuario">
<br />
Ingrese la contraseña:
<input type="text" name="password">
<br />
Reingrese la contraseña:
<input type="text" name="cpassword">
<br />
<input type="submit" value="Registrar">