Yisoft Voting Management System is a PHP voting website source code developed with PHP+MySQL.
As free software, this software can be spread unlimitedly.
1. Yisoftong can easily manage multiple votes of different types on multiple pages;
2. You can modify the voting topic results with just one click, and you no longer have to worry about re-posting a poll;
3. If you modify pages in different areas, you only need to set them once, and you no longer need to modify any code on the page;
Function description:
1.User management
2. Voting management
3. Role management
4.Personal center
Catalog description:
./action execution file directory
./css style directory
./img picture directory
./js script directory
./lib class files and configuration files
./inc website connection information directory
index.php home page file
ert.sql database file
Instructions for use:
1. Database file ert.sql (create mysql database in advance and import this data)
2. Database configuration entry file index.php (database configuration related information)
3. Access address http://127.0.0.1/ (if placed in the root directory of the website)
4.Backend access address: http://127.0.0.1/?action=admin
5. The default account admin password is 123456
v1.1 version update instructions
1. Optimize the system page and add a return button to the voting results page;
2. Fix the BUG of incorrect page information;
3. Optimize the database structure and improve background access and query speed;