<?php
$image = $row['myimage'];
header("Content-type: image/gif");
print $image;
exit;
>?
Pero parece más fácil almacenar la ruta...
<?php
$image = $row['myimage'];
header("Content-type: image/gif");
print $image;
exit;
>?
Pero parece más fácil almacenar la ruta...