mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
started drafting the search page
This commit is contained in:
parent
d662fb67d3
commit
ca5290d94b
1 changed files with 15 additions and 0 deletions
15
www/tests/search.php
Normal file
15
www/tests/search.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
// https://github.com/H3l3na/php-search/blob/master/search.php
|
||||
//
|
||||
|
||||
<?php
|
||||
|
||||
// make a html prompt,
|
||||
// it must take into account what the user is typing in it and display it
|
||||
// there needs to be regex checking, only allow [a-zA-Z0-9.:/]
|
||||
// and if anything else is there, throw out an error
|
||||
// then if the regex matches,
|
||||
// display the results of verified.csv
|
||||
// only display the results of verified.csv that matches with the search term
|
||||
// display the results of unverified.csv
|
||||
// only display the results of unverified.csv that matches with the search term
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue