diff --git a/INFO-1208 (PHP)/Labs/Lab 2/Lab2.png b/INFO-1208 (PHP)/Labs/Lab 2/Lab2.png new file mode 100644 index 0000000..955992e Binary files /dev/null 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 new file mode 100644 index 0000000..7bad9c8 Binary files /dev/null and b/INFO-1208 (PHP)/Labs/Lab 2/info1208-lab2-l_mclean215318.zip 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 new file mode 100644 index 0000000..192b654 --- /dev/null +++ b/INFO-1208 (PHP)/Labs/Lab 2/l_mclean215318_week2.php @@ -0,0 +1,17 @@ +"); +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