put a vote box on my website? am currently working on a site and would like for people to vote on the specific topic I have.how do I place that on my website so that users can submit their votes? please help. thanks
In case, you're working on static html website (few simple coded pages), you can add a vote script, but it will require mysql db as well... but it can also use plain txt file to store the data. you can try this one http://www.hotscripts.com/Detailed/65932.html I also recommend you to base your site on CMS, so it would be much more easier to update your site and add some functions in future. every CMS has poll/survey feature by default. check Content management forum section for that.