Home  >  Article  >  Backend Development  >  A simple web-based voting tool (PHP+SQLite implementation)

A simple web-based voting tool (PHP+SQLite implementation)

WBOY
WBOYOriginal
2016-08-08 09:29:431297browse

Recently, a simple voting tool - Xiaobing Voting (hereinafter referred to as "this software") was implemented.

This software is a simple web-based voting tool, implemented using PHP+SQLite.

This software is an open source and free software.

Software download address:

https://sourceforge.net/projects/xb-vote/files/latest/download?source=files

After users register in the system, they can create Vote, or participate in voting.
When using it for the first time, please register a user named root for user management and voting.

This software needs to run in a WebServer environment that supports PHP+SQLite.

If you don’t know how to build a WebServer that supports PHP+SQLite, you can refer to the following website.


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 the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn