query("SELECT * FROM elections WHERE archived = FALSE ORDER BY created_at DESC")->fetchAll(); $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Online Election System for Senior High School'; ?>
Manage your school elections and voting sessions.
No elections found. Create your first election to get started.
Setup Election| Title | Status | Period | Actions |
|---|---|---|---|
|
= htmlspecialchars($election['title']) ?>
= htmlspecialchars($election['description']) ?>
|
= htmlspecialchars($election['status']) ?> |
= date('M d, H:i', strtotime($election['start_date_and_time'])) ?> -
= date('M d, H:i', strtotime($election['end_date_and_time'])) ?>
|
View Vote |