diff --git a/index.php b/index.php index 3dd3bf0..a38a01f 100644 --- a/index.php +++ b/index.php @@ -46,7 +46,9 @@ require("track.php"); //查询随机一条记录 $sql = "SELECT * FROM soul ORDER BY RAND() LIMIT 1"; $result = mysqli_query($conn, $sql); + $id; while ($row = mysqli_fetch_assoc($result)) { + $id = $row["id"]; ?>
@@ -78,6 +80,11 @@ require("track.php"); 再来一句
+
+
+ +
+