From 93f0ef8f1def945b5e46de64beae04ecca5a08eb Mon Sep 17 00:00:00 2001 From: Shaun Date: Wed, 9 Jan 2019 13:28:42 +0000 Subject: [PATCH] lesson-1 --- README.md | 5 ----- index.php | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 README.md create mode 100644 index.php diff --git a/README.md b/README.md deleted file mode 100644 index 4996344..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# php-mysql-tutorial -All the course files for the PHP & MySQL for Beginners tutorial on The Net Ninja YouTube channel. - -# how to use -To see the code for a particular lesson, be sure to select that lesson branch from the branch dropdown (top-left). diff --git a/index.php b/index.php new file mode 100644 index 0000000..423542e --- /dev/null +++ b/index.php @@ -0,0 +1,15 @@ + + + + + + my first PHP file + + +

+ + \ No newline at end of file