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" ]; + ?> + Another way to display it: + + + And we can display assosiative Arrays like this:
+
+
+
+