From dbf561cbcbdc4ddab988ab3482acc6850d653f21 Mon Sep 17 00:00:00 2001 From: bchennupati <127436029+bchennupati@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:31:39 +0530 Subject: [PATCH] Update index.php --- index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 82966e27a..2bc5f5f28 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,7 @@ <?php - +$name ='Balakrishna' echo "Hello World!"; +echo "Hi! My Name is ".$name . "</br"; +echo "Hi! My Name is ".$name . "</br"; +echo "Hi! My Name is ".$name . "</br"; +?>