/    Sign up×
Community /Pin to ProfileBookmark

Trying to add a unique type of poll – Need Help

Hi,
I’m trying to add a poll to my site where users can vote from 1-10 and it will change an overall score from 5.6 to 5.7 or 5.8 for example, based on a certain number of votes. Does anyone know how to do that? I’m very familiar with html through html5 and know the basics for php, css, and a touch of javascript, it any of those are needed for the poll.

to post a comment
Full-stack Developer

4 Comments(s)

Copy linkTweet thisAlerts:
@jedaisoulAug 15.2014 — Is your site written in raw HTML/CSS/PHP or are you using a CMS/framework? If the latter, which???
Copy linkTweet thisAlerts:
@JaybinauthorAug 15.2014 — Is your site written in raw HTML/CSS/PHP or are you using a CMS/framework? If the latter, which???[/QUOTE]

It's written in html and uses css just for the overall layout.
Copy linkTweet thisAlerts:
@jedaisoulAug 16.2014 — 
  • 1. You need a web page with an input form for the questionnaire.


  • 2. You need a database back-end to store the answers received to the poll.


  • 3. You need a server-side script to glue the two together.


  • 4. You need a web page to present the results.


  • If 2. is MySQL, then it would be logical to use PHP for 3.

    If 1. and 4. are the same web page, you can embed 3. in the same page.
    Copy linkTweet thisAlerts:
    @JaybinauthorAug 16.2014 — 1. You need a web page with an input form for the questionnaire.

  • 2. You need a database back-end to store the answers received to the poll.


  • 3. You need a server-side script to glue the two together.


  • 4. You need a web page to present the results.


  • If 2. is MySQL, then it would be logical to use PHP for 3.

    If 1. and 4. are the same web page, you can embed 3. in the same page.[/QUOTE]



    Ah, that works perfectly it seems. Thank you very much!!
    ×

    Success!

    Help @Jaybin spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.5,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...