php图片怎么存入指定文件夹_在PHP中如何把图片存入数据库和文件夹里

$file_dir = "your dir"; //用你的上传目录代替

$tmep_cfile1 = "goods_file".$i;

$temp_cf = "goods_file".$i;

$temp_cn = "goods_file".$i."_name";

$temp_cs = "goods_file".$i."_size";

$temp_ct = "goods_file".$i."_type";

$temp_cx = "goods_file".$i."_text";

$temp_cd = "goods_file".$i."_del";

if($_FILES[$tmep_cfile1]) {

$$temp_cf = $_FILES[$tmep_cfile1][tmp_name];

$$temp_cn = $_FILES[$tmep_cfile1][name];

$$temp_cs = $_FILES[$tmep_cfile1][size];

$$temp_ct = $_FILES[$tmep_cfile1][type];

}

if($$temp_cs > 0) {

if($$temp_cx) {

file_unlink(".{$$temp_cx}");

}

$$temp_cf = upload_file($$temp_cf, $$temp_cn, $$temp_cs, $file_dir, $g_file_okext, $g_max_file_size);

}

elseif($$temp_cd) {

if($$temp_cx) {

file_unlink(".{$$temp_cx}");

}

$$temp_cx = "";

}

写入数据库就是把那些文件名,路径,大小,类型之类的写入吧。没什么可说的了。

作者: 大宝

发布时间: 2008-03-02

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值