Dashboard
Welcome, !
Here's a quick overview of your account.
Projects
5
You have 5 active projects.
Tasks
12
You have 12 pending tasks.
Team Members
3
You have 3 team members.
prepare("SELECT * FROM users WHERE id = ?"); $stmt->execute([$userId]); $user = $stmt->fetch(PDO::FETCH_ASSOC); if (!$user) { session_destroy(); header("Location: login.php"); exit; } ?>
Here's a quick overview of your account.
You have 5 active projects.
You have 12 pending tasks.
You have 3 team members.