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:
display poll end user (use html forms , css style)
client submits data (either built in submit functionality or ajax)
server receives data , stores database (php)
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
Post a Comment