Ver Mensaje Individual
  #8 (permalink)  
Antiguo 28/04/2009, 03:53
rtr
 
Fecha de Ingreso: abril-2009
Mensajes: 368
Antigüedad: 15 años, 9 meses
Puntos: 2
Respuesta: ayuda con este problemilla

registro.html ;

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>

<center>
<form action="register.php" method="post" >
<p>id *<br />
<input type="text" name="id" size="20">
<br>
zona *<br />
<input type="text" name="zona" size="20">
<br>

contrasena *<br />
<input type="text" name="contrasena" size="20">
<br>

<input type="submit" value="crear cuenta">
</p>
</form>
<br />
<p> Nota: * es obligatorio</p><br />



</center>
</body>
</html>