User Dashboard
Welcome, !
This is your user dashboard. You can view available competitions below.
Available Competitions
No competitions available at the moment.
Starts on:
query('SELECT title, description, start_date FROM competitions ORDER BY start_date ASC'); $competitions = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // Handle DB error $competitions = []; $db_error = "Failed to load competitions."; } ?>
This is your user dashboard. You can view available competitions below.
No competitions available at the moment.
Starts on: