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