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> </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>
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