: This article mainly introduces a simple Web-based voting tool (PHP + SQLite implementation). If you are interested in PHP tutorials, refer to it. Recently, a simple voting tool, called the "software", was implemented ").
This software is a simple Web-based voting tool, which is implemented using PHP + SQLite.
This software is an open-source, free software.
Software:
Https://sourceforge.net/projects/xb-vote/files/latest/download? Source = files
After a user registers in the system, the user can create a vote or participate in the vote.
For the first use, register a user with the username "root" for user management and voting.
This software needs to 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 URL.
Http://blog.csdn.net/crazycoder8848/article/details/41252399
Http://blog.csdn.net/crazycoder8848/article/details/41143365
The above introduces a simple Web-based voting tool (PHP + SQLite implementation), including some content, hope to be helpful to friends who are interested in PHP tutorials.