diff options
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 |