php //Including Database Connection From db.php file to avoid rewriting in all files require_once("includes/db.php"); $query = "SELECT * from account"; $result = mysqli_query($conn, $query); $row = mysqli_fetch_assoc($result); ?>
Go back to login Page. Login to Account