Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/06/2011, 08:32
moro666
 
Fecha de Ingreso: mayo-2011
Mensajes: 214
Antigüedad: 13 años
Puntos: 16
Respuesta: Problema formulario registro!

no tendria que haber puesto la informacion de la db.....
ya que estoy:
Cita:
<form id="form1" name="form1" method="post" action="agregar.php">
<p align="left">
<label>Usuario:
<input type="text" name="usuario1" id="usuario" />
</label>
<font color="red">*</font>

</p>
<p align="left">
<label>
Nombre:
<input type="text" name="nombre" id="nombre" />
</label>
<font color="red">*</font>
</p>
<p>
<label>Apellidos:
<input type="text" name="apellidos" id="apellidos" />
</label>
<font color="red">*</font>
</p>
<p>
<label>Contraseña:
<input type="password" name="contraseña" id="contraseña" />
</label>
<font color="red">*</font>
</p>
<p>
<label>Confirmar contraseña:
<input type="password" name="confirmar" id="confirmar contraseña" />
</label>
<font color="red">*</font>
</p>
<p>
<label>E-Mail: </label>
<input type="text" name="mail" id="mail" />
<font color="red">*</font>
</p>
<p>
<label>Pregunta de seguridad:
<select name="seguridad" id="seguridad">
<option value="1">Mascota favorita?</option>
<option value="2">Color favorito?</option>
<option value="3">Professor favorito?</option>
</select>
</label>
<font color="red">*</font>
</p>
<p>
<label>Respuesta:
<input type="text" name="respuesta" id="respuesta" />
</label>
<font color="red">*</font>
</p>
<p>Para recibir la revista de forma gratuita puede indicarnos los siguientes datos:</p>
<p>
<label>Direccion:
<input name="direccion" type="text" id="direccion" size="50" />
</label>
</p>
<p>
<label>Codigo postal:
<input type="text" name="cp" id="cp" />
</label>
</p>
<p>
<label>Poblacion:
<input type="text" name="poblacion" id="poblacion" />
</label>
</p>
<p>
<label>
<input type="submit" name="enviar" id="enviar" value="Enviar" />
</label>
<font size=2>Los campos <font color="red">*</font> son obligatorios. </font>
</p>
</form>