javascript - How should I make a poll for my website? -


i want make poll website.the poll want should poll on http://www.premierleague.com/en-gb.html.i not sure if should use php,javascript or etc make poll.can me in this? thanks...

you're going need create form , receive data on server side using php. you're going put information database.

i hope not come across mean but, decision on language use pretty simple when compared coding it. i'm betting not entirely experienced web-based programming languages. suggest pre-made scripts in interim:

here simple tutorial on creating polls: http://code.tutsplus.com/articles/creating-a-web-poll-with-php--net-14257

if ok idea of using cms, here wordpress plugin should trick: http://code.tutsplus.com/articles/creating-a-web-poll-with-php--net-14257

otherwise, it's important understand flow of data:

  1. display poll end user (use html forms , css style)

  2. client submits data (either built in submit functionality or ajax)

  3. server receives data , stores database (php)

  4. page re-loaded , results displayed (read php, displayed using html/css)

in other words, going use many of available languages , tools create polling script.

start pre-built 1 , other resources learn make/customize own.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -