diff --git a/课堂代码/01-blog开发/v2/article.php b/课堂代码/01-blog开发/v2/article.php
new file mode 100644
index 0000000..73d7525
--- /dev/null
+++ b/课堂代码/01-blog开发/v2/article.php
@@ -0,0 +1,1020 @@
+
+
+
+ location.href='index.php';";
+ exit;
+ }
+ ?>
+
+
+ — 许老师的小站
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 📄 笔记
+
+ ⏱
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/课堂代码/01-blog开发/v2/article_add.php b/课堂代码/01-blog开发/v2/article_add.php
new file mode 100644
index 0000000..19751ea
--- /dev/null
+++ b/课堂代码/01-blog开发/v2/article_add.php
@@ -0,0 +1,65 @@
+
+
+ alert('文章添加成功');location.href='articles_list.php'";
+ } else {
+ echo "Error: " . $sql . "
" . $conn->error;
+ }
+ }
+
+ ?>
+
+
+
+
+
+
+
💬 评论
+ 0 +写得真好!深受启发,期待更多精彩内容~
+思路很清晰,帮助我解决了一个困扰很久的问题。
+收藏了!
+