![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/05/2009, 13:38
|
Usuario no validado | | Fecha de Ingreso: octubre-2008 Ubicación: BRUSELAS
Mensajes: 211
Antigüedad: 16 años, 3 meses Puntos: 3 | |
Respuesta: problema con una cadena y por si las moscas, por si te sigue sin funcionar prueba esto:
?>
<center><table bgcolor="#80FFFF">
<tr align="center">
<td align="right" width="300">NOMBRE:</td>
<td align="left" width="300"><input type="text" maxlength="30" size="30" value="<?php echo $fila['NOMBRE'];?>" /></td>
</tr>
<tr>
<td align="right" width="300">DIRECCION:</td>
<td align="left" width="300"><input type="text" maxlength="30" size="30" value="<?php echo $fila['DIRECCION'];?>" /></td>
</tr>
</table></center><?php |