From d90aebe04f9db8233801b358c5074230ada466eb Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 7 May 2025 23:02:24 +0200 Subject: added web files --- search.php | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 search.php (limited to 'search.php') diff --git a/search.php b/search.php new file mode 100644 index 0000000..72d65c4 --- /dev/null +++ b/search.php @@ -0,0 +1,93 @@ + + + + + + + + + Bloggings + + +
+

Bloggings

+

Blog | Sticky | Search | Français | Git | RSS | Bluesky

+
+
+

Search this blog

+
+ + +
+ + +Results"; + echo 'Search terms: "' . $string . '"'; + echo "

Static Pages

"; + $dir = new RecursiveDirectoryIterator("./sticky"); + echo ""; + echo "

Articles

"; + $dir = new RecursiveDirectoryIterator("./articles"); + echo ""; +} ?> + + +

 

+
+

§

+ + + + + + -- cgit v1.2.3