diff --git a/src/index.php b/src/index.php index d5b4e21..e1dc5b5 100644 --- a/src/index.php +++ b/src/index.php @@ -2,4 +2,11 @@ Hello World
'; echo 'Version: 20240221-1537
'; + +// Creating a variable to store the +// server address +$ip_server = $_SERVER['SERVER_ADDR']; + +// Printing the stored address +echo "Server IP Address is: $ip_server"; ?> \ No newline at end of file