Ver Mensaje Individual
  #30 (permalink)  
Antiguo 14/10/2008, 12:10
alvarock
 
Fecha de Ingreso: marzo-2005
Ubicación: Guadalajara, Jal
Mensajes: 164
Antigüedad: 19 años, 6 meses
Puntos: 1
De acuerdo Respuesta: mostrar imagen

OK MUCHAS GRACIAS YA LOGRE RESOLVER MI PROBELMA !!!

GRACIAS POR SU AYUDA LO HICE DESDE LA BASE DE DATOS CON ESTE SCRIPT

Código PHP:

header
"Content-type: image/jpeg");
$conex=mysql_connect("localhost","root","") or die ("Error al realizar la conexion...");
mysql_select_db("productos");
$query "select img from productos where clave = '$clave'";
$result mysql_query($query,$conex);
$imagen mysql_result($result,0);
echo 
$imagen