Ver Mensaje Individual
  #6 (permalink)  
Antiguo 28/02/2014, 16:16
Karen_mBrK
 
Fecha de Ingreso: enero-2014
Mensajes: 127
Antigüedad: 10 años, 2 meses
Puntos: 2
Respuesta: Mostrar imagen.

Cita:
Iniciado por andresgarciadev Ver Mensaje
bueno si tu codigo es tal y como dices pues el error esta claro
estas tratando de llamar a la imagen con la ruta
Código HTML:
Ver original
  1. <img src="/imagenes/<?php echo $row_fotos['Foto']; ?>">
  2. cuando segun tu codigo lo estas guardando en la carpeta fotos, por lo tanto seria
  3. <img src="/fotos/<?php echo $row_fotos['Foto']; ?>">
Cierto, me equivoqué al ponerlo aquí, sin embargo, en mi código real, si ice "Fotos" pero no me muestra imágenes, solo dice:

SCREAM: Error suppression ignored for ( ! ) Notice: Undefined variable: row_fotos in C:\wamp\www\Pharma\miperfil.php on line 396 Call Stack #TimeMemoryFunctionLocation 10.0016309224{main}( )..\miperfil.php:0 ">