[摘要]注意本程序使用的表结构为: use test; create table image( id int unsigned auto_inc...
注意本程序使用的表结构为:
use test;
create table image(
id int unsigned auto_increment primary key,
description text,
filename varchar(50),
filesize int,
filetype varchar(50),
filedata longblob
);
*/
//?cmd={read
关键词:图片存储与浏览一例(Linux+Apache+PHP+MySQL)