diff --git a/INFO-1208 (PHP)/Labs/Lab 2/Lab2.png b/INFO-1208 (PHP)/Labs/Lab 2/Lab2.png
index 955992e..31f0ea5 100644
Binary files a/INFO-1208 (PHP)/Labs/Lab 2/Lab2.png and b/INFO-1208 (PHP)/Labs/Lab 2/Lab2.png differ
diff --git a/INFO-1208 (PHP)/Labs/Lab 2/info1208-lab2-l_mclean215318.zip b/INFO-1208 (PHP)/Labs/Lab 2/info1208-lab2-l_mclean215318.zip
deleted file mode 100644
index 7bad9c8..0000000
Binary files a/INFO-1208 (PHP)/Labs/Lab 2/info1208-lab2-l_mclean215318.zip and /dev/null differ
diff --git a/INFO-1208 (PHP)/Labs/Lab 2/l_mclean215318_week2.php b/INFO-1208 (PHP)/Labs/Lab 2/l_mclean215318_week2.php
index 192b654..a054efd 100644
--- a/INFO-1208 (PHP)/Labs/Lab 2/l_mclean215318_week2.php
+++ b/INFO-1208 (PHP)/Labs/Lab 2/l_mclean215318_week2.php
@@ -1,17 +1,24 @@
-
+
+ Levi McLean Lab 2
+
+
+ ");
-echo("This is PHP.
");
-echo("This is the first string " . "this is the second string " . "this is my last string
");
-echo("We are in the month of " . date("F") . "
");
-echo("The value in the query string for my_var is " . $_REQUEST['my_var'] . "
");
-echo("My favorite flavour of ice cream is " . $favorite_ice_cream . "
");
-echo("My dog is a " . $dog_type . "
");
-echo("My dog is a " . $dog_type . "
");
-echo ERROR_MSG;
-?>
\ No newline at end of file
+ echo("Hello World!
");
+ echo("This is PHP.
");
+ echo("This is the first string " . "this is the second string " . "this is my last string
");
+ echo("We are in the month of " . date("F") . "
");
+ echo("The value in the query string for my_var is " . $_REQUEST['my_var'] . "
");
+ echo("My favorite flavour of ice cream is " . $favorite_ice_cream . "
");
+ echo("My dog is a " . $dog_type . "
");
+ echo("My dog is a " . $dog_type . "
");
+ echo ERROR_MSG;
+ ?>
+
+