Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/11/2007, 11:25
Avatar de Diana_P
Diana_P
 
Fecha de Ingreso: noviembre-2007
Mensajes: 23
Antigüedad: 16 años, 5 meses
Puntos: 0
ayuda con un formulario

hola que tal

tengo una pequeña duda en un formulario

Código HTML:
<form id="form1" name="nueva_Variable" method="post" action="guardarvariable.php">
                              <h2>Insertar nuevo Usuario</h2>
                                                            <p>&nbsp;</p>
                              <table width="284" height="224" border="3" align="center">
                                <tr>
                                  <td width="124" height="24" align="left"><h5 align="center">Nombre</h5></td>
                                  <td width="163"><div align="center">
                                    <input name="nombre" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                                <tr>
                                  <td height="24"><h5 align="center">Apellido</h5></td>
                                  <td><div align="center">
                                    <input name="apellido" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                                <tr>
                                  <td height="24"><h5 align="center">dentificacion</h5></td>
                                  <td><div align="center">
                                    <input name="identificacion" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                                <tr>
                                  <td height="24"><h5 align="center">direccion</h5></td>
                                  <td><div align="center">
                                    <input name="direccion" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                                <tr>
                                  <td height="24"><h5 align="center">telefono</h5></td>
                                  <td><div align="center">
                                    <input name="telefono" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                                <tr>
                                  <td height="24"><h5 align="center">codigo de Area</h5></td>
                                  <td><div align="center">
                                    <input name="codigo" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                                <tr>
                                  <td height="17"><h5 align="center">Fecha</h5></td>
                                  <td><div align="center">
                                    <input name="fecha" type="text" class="input_box" />
                                  </div></td>
                                </tr>
                              
                                <tr>
                                  <td height="39">
                                    <div align="right">
                                      <input type="submit" name="Submit" value="Grabar" />
                                      </div></td>
                                  <td>
                                    <div align="left">
                                      <input type="reset" name="Submit2" value="Borrar" />
                                      </div></td>
                                </tr>
                              </table>
                            

                              <p>
<label></label>
</p>

</form> 
el problema rige en que no se como hacer que me guarde la fecha que la identificacion no sea repetida ni el codigo de area se pueda repetir

porfa me gustaria que me ayudaras

pues necesito guardar esos datos en una DB que ya esta creada pero no he podido relaizar esas valdiaciones ayudaa porfis