A simple voting system developed with php+mysql. This system is a web-based website voting program. It is suitable for single voting systems and can also be used for online selection and voting systems such as character selection. The front desk is beautiful and the back desk is very flexible. The main reason is that the source code structure is simple. The main functions are: 1. Modification of voting title 2. Add, modify, and delete voting items 3. Manually change the number of votes 4. View voting results as a percentage 5. Support one user to vote only once. Instructions for use: vote.sql must be imported into the mysql database, configure the database connection file config.php, and you can use it..