gpt4 book ai didi

php - 这是在 PHP 中显示图像的最合乎逻辑的方式吗?

转载 作者:行者123 更新时间:2023-11-30 23:17:58 25 4
gpt4 key购买 nike

<分区>

我有一个MySQL数据库

我有一个名为“图片”的列 id

图片栏存放文件名

文件名对应的文件存放在我的htdocs根目录下

我想显示存储在这些文件名中的图像数据。

下面的代码(终于)起作用了,我的问题是......这是显示图像的最有效方式吗?当我说高效时,我的意思是它是编写代码的最快方法吗..

require_once("database_connect.php");

$getinfo = mysql_query( "SELECT picture FROM historylist ORDER BY date_played LIMIT 0, 1"); // i think this gets the information
$answer = mysql_fetch_array($getinfo); // i think this stores the information into the variable $answer

{
echo "<img src=\"/{$answer['picture']}\" alt=\"\" />";
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com