From fa97b405e43f8fe0a4e46e97c0c161a981cc2f62 Mon Sep 17 00:00:00 2001 From: Meisterlala <6453306+Meisterlala@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:51:02 +0200 Subject: [PATCH] assosiative arrays --- www/first/index.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/www/first/index.php b/www/first/index.php index 7418407..fc3f666 100644 --- a/www/first/index.php +++ b/www/first/index.php @@ -24,19 +24,35 @@ "Brave New World", "Fahrenheit 451", "The Great Gatsby" + + ]; + + $assosiative = [ + "name" => "Bookname", + "author" => "Me", + "date" => "today" ]; + ?>