diff options
author | chai <chaifix@163.com> | 2022-03-17 21:02:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-17 21:02:13 +0800 |
commit | 90483f6eb389f041e0dbd0fca8bb766edbc85910 (patch) | |
tree | 125e5d01012cbab1ada0546dc5b9771af573a9ea /search_form.php |
+init
Diffstat (limited to 'search_form.php')
-rw-r--r-- | search_form.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/search_form.php b/search_form.php new file mode 100644 index 0000000..e3f4111 --- /dev/null +++ b/search_form.php @@ -0,0 +1,5 @@ +<?php + $name = $_POST['content']; + + header('Location: '.'search.php?page=0&type=name&value=' . $name); +?>
\ No newline at end of file |