A simple voting tool has recently been implemented-a soldier's vote (hereinafter referred to as "the Software").
The software is a simple web-based voting tool, implemented using Php+sqlite.
This software is open source, free software.
Software Download Address:
Https://sourceforge.net/projects/xb-vote/files/latest/download?source=files
Once a user has registered with the system, they can create a poll, or participate in a poll.
For the first time use, register a user named Root to manage users and polls.
The software needs to be run in a webserver environment that supports Php+sqlite.
If you do not build a webserver that supports php+sqlite, you can refer to the following URLs.
http://blog.csdn.net/crazycoder8848/article/details/41252399
http://blog.csdn.net/crazycoder8848/article/details/41143365
The above describes a simple web-based voting tool (Php+sqlite implementation), including aspects of the content, I hope that the PHP tutorial interested in a friend helpful.