![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/04/2009, 03:53
|
| | 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í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> |