= htmlspecialchars($election['title']) ?>
= htmlspecialchars($election['description']) ?>
= $election['status'] ?>
= date('M d, H:i', strtotime($election['start_date_and_time'])) ?> — = date('M d, H:i', strtotime($election['end_date_and_time'])) ?>
= $votesCount ?> Votes Cast
Quick Stats
Total Candidates
prepare("SELECT COUNT(*) FROM candidates WHERE election_id = ?");
$canStmt->execute([$id]);
$candidatesTotal = $canStmt->fetchColumn();
?>
= $candidatesTotal ?>
Voter Turnout
= $votesCount ?>
Need Help?
Manage your election structure by adding positions and assigning candidates to them. Once ready, you can launch the election.
View Reports