A PHP-based Online Voting System allowing secure and efficient voting processes.
- 🔒 Secure user authentication
- 🗳️ Easy vote casting and result calculation
- 📊 Real-time result display
- PHP 7.4+
- MySQL (local or cloud server)
- Web server (e.g., Apache)
- Import the
database.sql
file into your MySQL database using MySQL Workbench or any other preferred tool. - Note: A MySQL cloud server has been used here. Update the database credentials in
config.php
with your cloud server credentials.
- Update the database configuration in
config.php
with your database credentials.
- Place the project folder in your web server's root directory (e.g.,
htdocs
for XAMPP). - Start your web server and navigate to
http://localhost/OnlineVoting
.
- Admin Login:
admin/admin
- User Login: Register a new user or use provided credentials.
Enjoy secure and straightforward voting! 🗳️✨