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