<?php $image = $row['myimage']; header("Content-type: image/gif"); print $image; exit; >? しかし、パスを保存するだけの方が簡単なようです...