diff --git "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/index.php" "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/index.php" index e27e40277c103e5562a830f009142135700c7692..311b1a824dd72818cd9fd7bfc6c4bdcffb4c835f 100644 --- "a/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/index.php" +++ "b/\345\220\264\351\207\217/20220525--\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237+\347\231\273\345\275\225/index.php" @@ -1,5 +1,5 @@ + + + + + + + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/.idea/untitled5.iml" "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/.idea/untitled5.iml" new file mode 100644 index 0000000000000000000000000000000000000000..c956989b29ad0767edc6cf3a202545927c3d1e76 --- /dev/null +++ "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/.idea/untitled5.iml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/add.php" "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/add.php" new file mode 100644 index 0000000000000000000000000000000000000000..89115906f7286a13e7391ceb6c3b1574cbc9df88 --- /dev/null +++ "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/add.php" @@ -0,0 +1,22 @@ + + + + + + + + 新增 + + +
+ + + + + +
图书名称:
国际标准书号:
作者:
+
+ + + diff --git "a/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/add2.php" "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/add2.php" new file mode 100644 index 0000000000000000000000000000000000000000..c8e6d97ce2784d6f4882ecb72033cb723e9a455a --- /dev/null +++ "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/add2.php" @@ -0,0 +1,12 @@ +alert('新增失败!');location.href='".$_SERVER["HTTP_REFERER"]."';"; +}else{ + echo ""; +} diff --git "a/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/delete.php" "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/delete.php" new file mode 100644 index 0000000000000000000000000000000000000000..7742e5028dfbbb823e426a4672a874c278294ea3 --- /dev/null +++ "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/delete.php" @@ -0,0 +1,11 @@ +alert('删除失败!');location.href='".$_SERVER["HTTP_REFERER"]."';"; + }else{ + echo ""; + } diff --git "a/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/index.php" "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/index.php" new file mode 100644 index 0000000000000000000000000000000000000000..2e357a0f4f4a09541afe623a9fdd89758bbf18d7 --- /dev/null +++ "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/index.php" @@ -0,0 +1,49 @@ + + + + + + + + Document + + + 新增 + + + + + + + + + + + + + + + + + +
图书编号图书名称国际标准书号作者操作
删除
+ + diff --git "a/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/select.php" "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/select.php" new file mode 100644 index 0000000000000000000000000000000000000000..a06ae64b2aba25fd6bcdfe2d614281b30e57bac0 --- /dev/null +++ "b/\345\220\264\351\207\217/20220614--php\347\273\223\350\257\276\345\244\247\344\275\234\344\270\232/select.php" @@ -0,0 +1,20 @@ + + + + + + + + 查询 + + +
+ + + + +
请输入要查询的书名:
+
+ +