diff --git "a/\350\213\217\345\255\220\344\270\271/PHP\351\242\230\345\236\213/20220524-\351\241\265\351\235\242\346\250\241\345\274\217.md" "b/\350\213\217\345\255\220\344\270\271/PHP\351\242\230\345\236\213/20220524-\351\241\265\351\235\242\346\250\241\345\274\217.md"
new file mode 100644
index 0000000000000000000000000000000000000000..d154d018435d5cbb9d21546bce5f29ea936a5639
--- /dev/null
+++ "b/\350\213\217\345\255\220\344\270\271/PHP\351\242\230\345\236\213/20220524-\351\241\265\351\235\242\346\250\241\345\274\217.md"
@@ -0,0 +1,339 @@
+# 二、作业(学生信息表)
+
+## 初始化文件 conn
+
+```php
+
+
+
+
+
+
+
+ 图书管理系统
+
+
+
+
+学生管理系统-首页
+
+
+
+ 学生编号 |
+ 学生名称 |
+ 学生性别 |
+ 学生年龄 |
+ 学生成绩 |
+ 操作 |
+
+ 暂无数据! | ";
+ }else{
+ //循环输出结果集
+ while ($row = mysqli_fetch_assoc($result)){
+ ?>
+
+ |
+ |
+ |
+ |
+ |
+ 修改
+ 删除
+ |
+
+
+
+添加图书
+
+
+```
+
+## 2、添加数据 add
+
+```php
+
+
+
+ 添加学生
+
+
+添加学生
+
+
+```
+
+## 3、添加数据 save
+
+```php
+返回首页";
+}else{
+ echo "添加失败!";
+}
+```
+
+## 4、修改数据 edit
+
+```php
+
+
+
+ 修改信息
+
+修改学生信息
+
+
+
+```
+
+## 5、修改数据 update
+
+```php
+返回首页";
+}else{
+ echo "修改失败!";
+}
+```
+
+## 6、删除数据 delete
+
+```php
+返回首页";
+}else{
+ echo "修改失败!";
+}
+```
+
+## 7、效果图
+
+
+
+
+
+
+
+
+
+
diff --git "a/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\344\277\256\346\224\271.png" "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\344\277\256\346\224\271.png"
new file mode 100644
index 0000000000000000000000000000000000000000..1fb71e1d9fc7ead2c4450aaed9356a7b2181073b
Binary files /dev/null and "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\344\277\256\346\224\271.png" differ
diff --git "a/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\345\210\240\351\231\244.png" "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\345\210\240\351\231\244.png"
new file mode 100644
index 0000000000000000000000000000000000000000..15066ca8232873be388a081890b8cc33ce08e0f0
Binary files /dev/null and "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\345\210\240\351\231\244.png" differ
diff --git "a/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\346\267\273\345\212\240.png" "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\346\267\273\345\212\240.png"
new file mode 100644
index 0000000000000000000000000000000000000000..eea67b2777e76ed05e2c22418d9f48b3eb0ea387
Binary files /dev/null and "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\346\267\273\345\212\240.png" differ
diff --git "a/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\351\246\226\351\241\265.png" "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\351\246\226\351\241\265.png"
new file mode 100644
index 0000000000000000000000000000000000000000..20802f6be5b0b22f322e669e936780f81b8612d7
Binary files /dev/null and "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\351\246\226\351\241\265.png" differ
diff --git "a/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\351\246\226\351\241\2652.png" "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\351\246\226\351\241\2652.png"
new file mode 100644
index 0000000000000000000000000000000000000000..1ddfda16789289fb53435e50af3e6b0cf518319c
Binary files /dev/null and "b/\350\213\217\345\255\220\344\270\271/\345\233\276\347\211\207\345\272\223/\345\255\246\347\224\237\344\277\241\346\201\257\345\272\223\351\246\226\351\241\2652.png" differ