From d0982c5250d2e33c824ddccb8bd245ca39faa724 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 12 Jan 2022 18:58:54 +0100 Subject: Upadte --- search/name/results/index.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 search/name/results/index.php (limited to 'search/name/results') diff --git a/search/name/results/index.php b/search/name/results/index.php new file mode 100644 index 0000000..3850287 --- /dev/null +++ b/search/name/results/index.php @@ -0,0 +1,36 @@ + $person) { + if (ucfirst(strtolower($person["surname"])) === ucfirst(strtolower($q))) { + $results[] = $id; + } +} +if (count($results) === 0): ?> + + +
+ + # + +
+ \ No newline at end of file -- cgit