From 38bfe26e6355f7fb869eaf8fa97e8c7eaa0154cc Mon Sep 17 00:00:00 2001 From: btn15001 Date: Fri, 16 Dec 2016 23:59:00 -0500 Subject: [PATCH] added fields --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ea91bed..0393ca7 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,9 @@ Name Age +Username +Sign Up Date +Email query('SELECT * from '.$table); $db = NULL; while($rows = $stmt->fetch()){ -echo "". $rows['Name'] . "" . $rows['Age'] . ""; +echo "". $rows['Name'] . "" . $rows['Age'] . "" . $rows['username'] . "" . $rows['sign_up_date'] . "" . $rows['email'] . "" +?>; }; -?> \ No newline at end of file