Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/05/2009, 13:38
fatasma
Usuario no validado
 
Fecha de Ingreso: octubre-2008
Ubicación: BRUSELAS
Mensajes: 211
Antigüedad: 15 años, 6 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