>>978 お返事ありがとうございます。
出力に関してですが、
$sql="画像取得クエリ";
$res = mysql_query($sql,$conn);
header("Content-Type: image/jpeg");
$image = mysql_result($res, 0, "格納カラム");
print $image
だと問題なく出力されるんです。
$image_size = getimagesize($image);
ここで先に記述しましたワーニングがでてしまって。。。
クエリで取得した際になんならかの処理が必要なのでしょうか。
Warning: failed to open stream: No such file or directory
↑ワーニング