Login( $_POST['User_Type'], $_POST['Email'], $_POST['Password'], $_POST['User_ID'] ); if ($Result['success']) { if ($_SESSION['Access_Level'] >= 1) { header('Location: Election_Dashboard.php'); } else { header('Location: Voting_Screen.php'); } exit; } else { $Error = $Result['error']; } } ?>
This portal is currently a PROTOTYPE MODEL under active development to demonstrate the digital election process. Please be aware that all features are in a testing phase and interactions are for demonstration purposes only. We are continuously refining the system to ensure a seamless experience for the final implementation.
Access the election management system