个人博客是一个表达自己想法和观点的绝佳方式。它可以是一个分享我们需要创建一张表来存储博客文章。运行以下命令:
CREATE TABLE posts (id int AUTO_INCREMENT PRIMARY KEY,title VARCHAR(255) NOT NULL,content TEXT NOT NULL,created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP);
接下来,我们需要设置博客的目录结构。创建一个名为 my_blog 的目录,并在其中创建以下文件和目录:
在 config.php 文件中,建立数据库连接:
connect_error) {die('数据库连接失败:' . $conn->connect_error);}?>
在 index.php 文件中,编写博客主页:
query($sql);if ($result->num_rows > 0) {while ($row = $result->fetch_assoc()) {echo '';echo '';echo '';}} else {echo '没有博客文章可展示。';}include 'include/footer.php';?>' . $row['content'] . '
';echo '阅读更多';echo '
在 post.php 文件中,编写用于显示单个博客文章的页面:
prepare($sql);$stmt->bind_param('i', $id);$stmt->execute();$result = $stmt->get_result();if ($result->num_rows > 0) {$row = $result->fetch_assoc();echo '';echo '';echo '';} else {echo '没有此博客文章。';}include 'include/footer.php';?>' . $row['content'] . '
';echo '
在 create.php 文件中,编写用于创建新博客文章的页面:
prepare($sql);$stmt->bind_param('ss', $title, $content);$stmt->execute();if ($stmt->affected_rows > 0) {echo '博客文章创建成功。';} else {echo '博客文章创建失败。'; }}?>
在 edit.php 文件中,编写用于编辑现有博客文章的页面:
prepare($sql);$stmt->bind_param('i', $id);$stmt->execute();$result = $stmt->get_result();if ($result->num_rows > 0) {$row = $result->fetch_assoc();?>
在 delete.php 文件中,编写用于删除现有博客文章的页面:
本文地址:https://www.qianwe.com/article/1b5c9c901f9b5938cb3f.html