<? //CONEXION y CONSULTA A BD =) $image = imagecreatefromstring($row['img_blob']); header("Content-type: image/jpeg"); imagejpeg($image); ?>