Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/03/2012, 07:59
Avatar de CesarHC
CesarHC
 
Fecha de Ingreso: junio-2011
Ubicación: localhost
Mensajes: 566
Antigüedad: 12 años, 11 meses
Puntos: 56
Respuesta: Mostrar imagen en php

Tienes errores en las comillas, asegurate que la ruta sea correcta..

Código PHP:
Ver original
  1. <?php
  2. echo "<td> <img src='".$row['Imagen']."  onmouseover='this.width=500;this.height=100;' onmouseout= 'this.width=170;this.height=124; width='170' height='124'></td>";  
  3. ?>

Dale una leida a esto para que no se vuelve a repetir.
__________________
Solo la práctica no te traicionara ¡¡¡¡¡¡

Seguir el camino tu debes PHP The Right Way.