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.phpI use:
$hostname_conn_vote = "localhost"; $database_conn_vote = "creatingapoll"; $username_conn_vote = "root"; $password_conn_vote = "1234";You should import your database settings