从数据库mysql,PHP中显示图像

时间:2016-01-12 23:15:03

标签: php html mysql sql

我制作了一个代码,您可以从计算机中选择图像并将其上传到数据库。出于某种原因,在我上传之后(它正确地上传到数据库中),显示的图像不是我上传的图像,但它是一个小图像,表明它无法从数据库中获取图像。有人能帮我吗??这是代码:

的index.php:

template <typename T>

$ get.php:

templated_class

1 个答案:

答案 0 :(得分:0)

检查数据库中字段图像的数据类型。它应该是blob或longblob。替换以下代码

 $find_image = mysqli_query($row = mysqli_fetch_array($image));

有了这个。

$find_image = mysqli_query($row = mysqli_fetch_assoc($image));