无法在xampp中显示图像

时间:2018-05-19 14:33:53

标签: php mysql xampp

在我的代码中,我将图像名称存储在数据库中,并尝试从localhost上的文件夹中检索图像。该文件夹位于htdocs中。我试过横幅(foldername)/和http://localhost/banner/没有任何帮助。以下是我的代码 -

seaborn

db的截图 enter image description here

filestructure的截图 filestructure

banner文件夹截图 banner folder 你要求运行的代码截图 code

1 个答案:

答案 0 :(得分:0)

也许问题出现在phpmyadmin的路径图片中

尝试使用sql更新

UPDATE `banner` SET `banner_image` = 'http://localhost/banner/banner1.jpg' WHERE `banner`.`banner_id` = 1;