Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marinski/simple-poll
Poll template using HTML5, CSS3, Twitter Bootstrap 3, PHP, MySql. You can see live demo at link below.
https://github.com/marinski/simple-poll
Last synced: 2 days ago
JSON representation
Poll template using HTML5, CSS3, Twitter Bootstrap 3, PHP, MySql. You can see live demo at link below.
- Host: GitHub
- URL: https://github.com/marinski/simple-poll
- Owner: Marinski
- License: gpl-3.0
- Created: 2015-02-19T20:51:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T19:47:48.000Z (almost 10 years ago)
- Last Synced: 2024-11-17T21:32:55.320Z (2 months ago)
- Language: PHP
- Homepage: http://creatingaform.prleo.com/
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Poll
Poll template using HTML5, CSS3, Twitter Bootstrap 3, PHP, MySql
Simple poll template with just a single question included and three radio options to select from.
To insall on server change database connection settings in file:
/Connections/conn_vote.php
I use:
$hostname_conn_vote = "localhost";
$database_conn_vote = "creatingapoll";
$username_conn_vote = "root";
$password_conn_vote = "1234";
You should import your database settings