Ver Mensaje Individual
  #12 (permalink)  
Antiguo 29/05/2009, 09:11
fugasfugas2
 
Fecha de Ingreso: enero-2008
Mensajes: 39
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: problema con una cadena

echo "<center><table bgcolor=#80FFFF>
<tr align='center'>
<td align='right' width=300>NOMBRE:</td>
<td align='left' width=300><input type='text' 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 size=30 value=".$fila["DIRECCION"]."></td>
</tr>

</table></center>";

este es el codigo que tengo ahora mismo que edad ese error la linea de error te la pongo en color azul