Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/12/2012, 15:01
neurotoxina
 
Fecha de Ingreso: diciembre-2012
Ubicación: Argentina
Mensajes: 20
Antigüedad: 12 años, 1 mes
Puntos: 0
Respuesta: No me reconoce variables

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">