Dashboard
Welcome, !
This is your dashboard. You can manage the university class scheduling from here.
prepare("SELECT * FROM users WHERE id = ?"); $stmt->execute([$_SESSION['user_id']]); $user = $stmt->fetch(); ?>
This is your dashboard. You can manage the university class scheduling from here.