Description
e-Voting System in PHP and MySQL source code.
Statement of the Problem
The election process begins from voters registration. The method adopted during voters registration goes a long way to determine the freeness and fairness of the election. Voting/registration process is very cumbersome. So many cases, missing data in the voter registration file have been reported. There are also situations where unregistered voters flock to the polling station to participate in the voting process. Even after voting, malicious clerks and officers-in-charge of a polling station end up playing with the result figures, hence, the need to develop an e-voting system that will eliminate this drawbacks.
The e-voting system in PHP and MySQL is well designed and error free project, below are the admin and voter modules.
ADMIN
- Login
- Dashboard – Votes Tally
- Votes
- Voter list
- Positions
- Candidates list
- Ballot positions
- Election title.
VOTER
- Login
- Vote
- Logout
To run project, you must have installed a virtual server i.e XAMPP on your PC.
Follow the following steps after Starting Apache and MySQL in XAMPP:
1st Step: Firstly, Extract the file
2nd Step: After that, Copy the main project folder
3rd Step: So, you need to Paste in xampp/htdocs/
Further, Now Connecting Database
4th Step: So, for now, open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: After that, Click on the databases tab
6th Step: So, create a database naming “votingsystem” and then click on the import tab
7th Step: Certainly, click on browse file and select “votingsystem.sql” file which is inside the “db” folder
8th Step: Meanwhile, click on Go button.
After Creating Database,
9th Step: For Voter >> Open a browser and go to URL “http://localhost/votingsystem”
10the Step: For Admin >> Open a browser and go to URL http://localhost/votingsystem/admin/
Reviews
There are no reviews yet.