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