要将数据库的文件显示在PHP上,你需要使用数据库扩展来连接和查询数据库,并使用HTML和PHP的组合来显示数据。
以下是一个简单的示例,演示如何从数据库中检索数据并在PHP中显示它们:
-
连接到数据库:
connect_error) { die("连接失败: " . $conn->connect_error); } ?>
-
查询数据库并获取结果:
query($sql); // 检查查询结果是否为空 if ($result->num_rows > 0) { // 输出数据 while($row = $result->fetch_assoc()) { echo "ID: " . $row["id"]. " - Name: " . $row["name"]. "
"; } } else { echo "0 结果"; } ?> -
在HTML中显示数据:
query($sql); // 检查查询结果是否为空 if ($result->num_rows > 0) { // 输出数据 echo "
"; } else { echo "0 结果"; } ?>"; echo "
"; while($row = $result->fetch_assoc()) { echo "ID Name "; } echo "" . $row["id"]. " " . $row["name"]. "
上述示例中的`your_username`,`your_password`,`your_database`和`your_table`需要根据你的数据库配置进行替换。
这只是一个简单的示例,你可以根据需要进行自定义和扩展。