私はこのphpコード(view.php)を持っています
そして、私はphpコード(mysql_connect.php)を持っています
とMySQL
CREATE TABLE IF NOT EXISTS `menu` (
`no` int(100) NOT NULL AUTO_INCREMENT,
`ref` varchar(30) NOT NULL,
`course` text NOT NULL,
`name` text NOT NULL,
`price` int(10) NOT NULL,
`description` text NOT NULL,
`picture` longblob NOT NULL,
PRIMARY KEY (`no`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
画像表示の問題。画像を表示できないのはなぜですか?