Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/12/2009, 16:28
gabos147
 
Fecha de Ingreso: agosto-2008
Ubicación: Peru
Mensajes: 217
Antigüedad: 16 años, 3 meses
Puntos: 3
Respuesta: problema con formulario

En mi computadora no se presenta el problema pero este puede estar en
Código:
<form action="crea_usuarios.php" method="post"> Login(nick):

<input name="login" type="text" /></form> <form action="crea_usuarios.php" method="post">Password:

<input name="pass1" type="password" /></form> <form action="crea_usuarios.php" method="post">Repite Password:

<input name="pass2" type="password" />Nombre:

<input name="nombre" type="text" />Apellido Paterno:

<input name="apaterno" type="text" />Apellido Materno:

<input name="amaterno" type="text" />E-mail:

<input name="email" type="text" /> <input name="Crear" type="submit" /> </form
 
Haber si te ayuda