From c70358827ea2a2b973a8a2631bfc0720a9feddcc Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sat, 10 Dec 2022 13:01:38 +0100 Subject: [PATCH] Part for Variables finished --- index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 827bc82..35d0720 100644 --- a/index.php +++ b/index.php @@ -9,8 +9,10 @@

+ $greeting = "Hello"; + echo $greeting . ", " . "Everybody!"; + echo "$greeting, Everybody!"; + ?>

\ No newline at end of file