Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/11/2005, 15:55
wpp
 
Fecha de Ingreso: noviembre-2003
Mensajes: 50
Antigüedad: 21 años, 5 meses
Puntos: 0
REsponde esto:

SELECT * FROM files WHERE ID=

O sea no llega valor, no entiendo nada.

Code que envia los valores.

<html>
<head>
<title>Editar datos en una Bd</title>
<style>
body, input { font-family:verdana,arial; font-size:10pt; }
</style>
</head>
<body>
<p align="center">
<br>
<a href="show.asp">Para ver datos insertados pulse aquí</a>
</p>

<table border="0" align="center" height="89">
<tr>
<form method="POST" enctype="multipart/form-data" action="edit.asp">
<td height="22"><span style="font-size: 8pt">Localidad :</span></td>
<td height="22">
<input type="text" name="fname" size="23"></td>
</tr>
<td height="22"><span style="font-size: 8pt">Vivienda :</span></td>
<td height="22">
<input type="text" name="ID" size="23"> </td></tr>

<td height="1"> </td><td height="1">
<span style="font-size: 8pt">
<input type="submit" value="Submit"></span></td>
</tr>
</form>
</tr>
</table>

</body>
</html>