Ver Mensaje Individual
  #14 (permalink)  
Antiguo 30/05/2011, 13:27
Stylok
 
Fecha de Ingreso: mayo-2011
Mensajes: 4
Antigüedad: 13 años
Puntos: 0
Respuesta: Dolor de cabeza con xampp, no funciona

Código PHP:
?>
<form method="post" action="registro.php">
Nombre <input type="text" maxlength="" name="nombre"/><br />
Contrase&ntilde;a <input type="password" maxlength="" name="contra" /><br />
Correo Electr&oacute;nico <input type="text" maxlength="" name="email" /><br />
<input type="submit" value="Terminar" />
</form>
<?
me da la impresion qe el error estubiese en el action="registro.php", revisalo kisas lo estas redirigiendo a la misma pagina y por eso te manda a Registrar.

Saludos