From c0be54c3a82f819321fa2ea87a748d8ab260c3d6 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 6 Sep 2016 18:56:20 -0400 Subject: [PATCH 1/2] hello.php --- hello.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello.php diff --git a/hello.php b/hello.php new file mode 100644 index 0000000..4957d18 --- /dev/null +++ b/hello.php @@ -0,0 +1,8 @@ + Hello, Code Louisville!"; + +?> From 80d3a5f9d40488b42610993e0bd574b8e31b7191 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 6 Sep 2016 19:03:49 -0400 Subject: [PATCH 2/2] removed h1 tag --- hello.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.php b/hello.php index 4957d18..b5fc9c1 100644 --- a/hello.php +++ b/hello.php @@ -3,6 +3,6 @@ // "Hello, Code Louisville!" //For this PHP code exercise, create a file named `hello.php` which simply outputs: `Hello, Code Louisville!` -echo "

Hello, Code Louisville!"; +echo "Hello, Code Louisville!"; ?>