
21/05/2004, 15:08
|
| | Fecha de Ingreso: mayo-2004 Ubicación: Culiacán, Sinaloa, Mexico
Mensajes: 46
Antigüedad: 20 años, 9 meses Puntos: 0 | |
mira se supone que en una pagina html esta el formulario para rellenar que es este:
<html>
<head>
<title>Formulario de insercion de telefonos</title>
</head>
<body bgcolor="#008080">
<h2>Formulario de Insercion Telefonico</h2>
<form action="insercion.php" method="post">
Nombre:<input type="text" name="nombre" MAXLENGTH=50 SIZE=50><br>
Tel_casa:<input type="text" name="tel_casa" MAXLENGTH=15 SIZE=15><br>
Tel_trabajo:<input type="text" name="tel_trabajo" MAXLENGTH=15 SIZE=15><br>
Tel_celular:<input type="text" name="tel_celular" MAXLENGTH=15 SIZE=15><br>
Domicilio:<input type="text" name="Domicilio" MAXLENGTH=80 SIZE=80><br>
Ciudad:<input type="text" name="Ciudad" MAXLENGTH=12 SIZE=12><br>
<input type="submit" VALUE="Insertar">
</form>
</body>
</html>
y de aqui se pasan los datos a la base de datos, no..se abre la pagina insercion.php y me dice que los datos se guardaron..
pero cuandolo consulto por el phpadmin solo hay campos en blanco, todos los datos estan en blanco solo se agrego un campo mas o una fila |