使用 PHP 向 MySql 服务器上传和检索图像的示例代码
如何使用 PHP 在 MySql 数据库中上传和检索图像。我需要示例代码将图像转换为等效的二进制图像,反之亦然,以便可以以 BLOB 格式在 MySql 数据库中存储和检索它们。我在网上尽力了,但还是不行。任何帮助将不胜感激。
How to upload and retrieve images to and from MySql database using PHP. I need sample code to convert images into binary equivalent and vice versa so that they can be stored and retrieved to and from MySql database in the BLOB format. I tried my best online but I couldn't. Any help will highly be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查此链接,它们可能会帮助您开始
在 mysql 中存储图像
和
如何用php将图片存储到mysql数据库
Check this links they may help u to get started
storing images in mysql
and
How to Store images in mysql database with php
获取 2 个 php 文件:- Image.php、showImage.php。
相应地设置连接参数。
Get 2 php files:- Image.php, showImage.php.
Set Connection parameters accordingly.