echo "文件上传成功br";
//显示图片
$str= file_get_contents("./data.txt");
$img_arr = explode("\n",$str);
foreach($img_arr as $img){
echo$img."br";
}
?
怎样把图片插入到数据库中 php保存图片到数据库做什么?保存到本地使用起来也方便,真要保存通过base64字符串保存 。
?php
header('Content-type:text/html;charset=utf-8');
//读取图片文件,转换成base64编码格式
$image_file = './image123.jpg';
$image_info = getimagesize($image_file);
$base64_image_content = "data:{$image_info['mime']};base64," . chunk_split(base64_encode(file_get_contents($image_file)));
// $base64_image_content 输入到数据库
//保存base64字符串为图片
//匹配出图片的格式
if (preg_match('/^(data:\s*image\/(\w+);base64,)/', $base64_image_content, $result)){
$type = $result[2];
$new_file = "./test.{$type}";
if (file_put_contents($new_file, base64_decode(str_replace($result[1], '', $base64_image_content)))){
【php插入图片地址数据库 php上传图片到数据库完整代码】echo '新文件保存成功:', $new_file;
}
}
?
img src="http://img.readke.com/231129/051RS602-2.jpg echo $base64_image_content;?" /
php插入图片地址数据库的介绍就聊到这里吧 , 感谢你花时间阅读本站内容,更多关于php上传图片到数据库完整代码、php插入图片地址数据库的信息别忘了在本站进行查找喔 。
推荐阅读
- 微信直播购货怎么退款流程,微信直播购货怎么退款流程图片
- 视频录歌用什么格式,视频录歌软件手机版哪个好
- 经营类桌面游戏,经营类的桌游
- 不用认证的登山赛车游戏,不用认证的登山赛车游戏有哪些
- linux修改数据命令 linux编辑修改命令行
- 做美容店如何推广文案,美容院推广文案
- 儿童数学益智玩具游戏图片,儿童益智数字玩具
- 斗鱼faker直播翻译,faker直播间翻译
- python中mat函数 matlap python