最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
显示保存在mysql数据库中图片代码
时间:2022-06-24 19:12:05 编辑:袖梨 来源:一聚教程网
| 代码如下 | 复制代码 |
| header( "content-type:image/gif "); include( "../inc/conn.php教程 "); mysql_select_db( "ce_cdprog ",$db); $rs=mysql_query( "select * from pic where id=$id "); $row=mysql_fetch_array($rs); echo $row[ "mc "]; |
|
//方法二
| 代码如下 | 复制代码 |
| while (($row=$results->fetch_assoc()) !==null) { header( "Content-type:{$row['image_type']}"); echo $row['image']; imagedestroy($img); } |
|
//图片保存到数据库
| 代码如下 | 复制代码 |
| move_uploaded_file($_FILES['imagefile']['tmp_name'],"latest.img"); $instr = fopen("latest.img","rb"); $image = addslashes(fread($instr,filesize("latest.img"))); if (strlen($instr) < 149000) { mysql_query ("insert into pix (title, imgdata) values ("". $_REQUEST[whatsit]. "", "". $image. "")"); } else { $ |
|
errmsg = "Too large!";
}
相关文章
- 我的常州怎么查社保卡余额 我的常州查询医保卡余额方法 05-06
- 天刀共鸣技能搭配攻略(掌握共鸣技能,提升天刀战斗实力) 05-06
- 《Neverness To Everness》周年庆委托任务在哪里介绍 05-06
- 纳米ai怎么修改资料 纳米ai修改资料方法 05-06
- 月蚀技能攻略(掌握月蚀技能,成为真正的黑暗之王!) 05-06
- 纳米ai怎么静音 纳米ai静音方法 05-06