this program to your server ( I use Java Web Server, I haven't test the program on Tomcat);
2, Access setup.html page using server path, something like http://localhost/setup.html or http://localhost/servlet/setup.html. Input your MySQL database name, username and password, also you need to create a admin user for this program, input a username and password, you will see a "setup successfully" page, if not, then setup failed.
3, Login the admin panel by access http://localhost/admin.html or http://localhost/servlet/admin.html. You will see a list of functions, create vote, delete vote and check vote. Create vote by giving a ID, title, and a few options.
4, HTML paramters: See example.html page for details. If you want to use the example.html to test, you need to create a vote with the following details, qid = 1, title = do you love playing football, options are yes, no ....
5, you can delete a vote through admin panel and check the status of a actived survey
Category: