Open your browser and type http://localhost/[project_folder_name] . You should see the login screen.
// Update candidate vote count $update_votes = "UPDATE candidates SET total_votes = total_votes + 1 WHERE id = '$candidate_id'"; // Mark voter as 'voted' $update_voter = "UPDATE voters SET voted = 1 WHERE id = '$voter_id'"; Use code with caution. Security Considerations
I can provide or a database schema to get your project running.
Ready to get your hands dirty? Here is how to get the up and running on your local machine.