From 854efd60b39fe4797b84bc36452ed50d23cf2215 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Fri, 19 May 2017 07:45:11 -0400 Subject: [PATCH] Created about.php --- about.php | 21 +++++++++++++++++++++ games/highscore.php | 2 ++ index.php | 5 ++++- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 about.php diff --git a/about.php b/about.php new file mode 100644 index 0000000..fa8b073 --- /dev/null +++ b/about.php @@ -0,0 +1,21 @@ +
+
'; + //add stuff + + + echo '
'; + include 'user/profile.php'; + + echo '
'; + echo '
'; + + + include 'includes/footer.php'; + +?> \ No newline at end of file diff --git a/games/highscore.php b/games/highscore.php index f1ba85b..8c577a3 100644 --- a/games/highscore.php +++ b/games/highscore.php @@ -12,6 +12,8 @@ User Name Score '; + + $rank = 0; while($row = mysqli_fetch_array($r)) { diff --git a/index.php b/index.php index 1d3557c..82de540 100644 --- a/index.php +++ b/index.php @@ -42,7 +42,10 @@ echo ''; echo '
'; - //include('games/bamboofield.html'); + echo ' + '; echo '
'; include 'includes/footer.php';