@@ -276,6 +312,17 @@
- Tagging System is still WIP
+ Tagging and Search Systems are still WIP
diff --git a/img/index.php b/img/index.php index 77c52fa..60b2e3b 100755 --- a/img/index.php +++ b/img/index.php @@ -89,6 +89,41 @@ } } + function search(){ + if(!empty($_GET['search']) && $_GET['submit'] == "Search"){ // Show list of pictures according to search term + $search = sanitize($_GET['search']); + $search = explode(" ", $search); + echo "