Skip to content

Poll template using HTML5, CSS3, Twitter Bootstrap 3, PHP, MySql. You can see live demo at link below.

License

Notifications You must be signed in to change notification settings

Marinski/Simple-Poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Poll template using HTML5, CSS3, Twitter Bootstrap 3, PHP, MySql. You can see live demo at link below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published