เวปแนะนำ
http://www.xraythai.com/CREATE TABLE `xray_image` (
`xn` int(11) NOT NULL DEFAULT '0',
`image1` longblob,
`image1_note` text,
`image2` longblob,
`image2_note` text,
`image3` longblob,
`image3_note` text,
`image4` longblob,
`image4_note` text,
`image5` longblob,
`image5_note` text,
`image1_filename` varchar(150) DEFAULT NULL,
`image2_filename` varchar(150) DEFAULT NULL,
`image3_filename` varchar(150) DEFAULT NULL,
`image4_filename` varchar(150) DEFAULT NULL,
`image5_filename` varchar(150) DEFAULT NULL,
`hos_guid` varchar(38) DEFAULT NULL,
PRIMARY KEY (`xn`)
) ENGINE=MyISAM DEFAULT CHARSET=tis620
เพิ่ม ภาพที่ 6 ทดสอบดูครับ
`image6` longblob,
`image6_note` text
`image6_filename` varchar(150) DEFAULT NULL,