
21/02/2003, 11:55
|
 | | | Fecha de Ingreso: noviembre-2001 Ubicación: Esquina Libertad
Mensajes: 343
Antigüedad: 23 años, 5 meses Puntos: 0 | |
Guardar datos Hola gente..., de nuevo haciendoles una pregunta que para uds es por demas de tonta...., tengo un formulario y quiero guardar los datos ingresados en mi base.
el codigo del form es:
<form name="form" method="post" action="guarda.asp">
<div align="center">
<table width="415" border="0">
<tr>
<td width="177" height="31">Nombre</td>
<td width="228" height="31">
<input type="text" name="nombre">
</td>
</tr>
<tr>
<td width="177">Apellido</td>
<td width="228">
<input type="text" name="apellido">
</td>
</tr>
<tr>
<td width="177">Matricula</td>
<td width="228">
<input type="text" name="matricula">
</td>
</tr>
<tr>
<td width="177">DNI</td>
<td width="228">
<input type="text" name="dni">
</td>
</tr>
<tr>
<td width="177">Email</td>
<td width="228">
<input type="text" name="email">
</td>
</tr>
<tr>
<td width="177"> </td>
<td width="228"> </td>
</tr>
</table>
</div>
<p align="center">
<textarea name="opinion" cols="70" rows="22"></textarea>
</p>
<div align="center">
<input type="submit" name="Submit" value="Enviar">
<input type="submit" name="Submit2" value="Borrar">
</div>
</form>
Mas o menos como tendria que ser el guarda.asp?
__________________ Todo lo demás no es nada... |