|
|
|
|
![]() ![]() |
Jun 3 2005, 12:53 AM
Post
#1
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 2 Joined: 3-June 05 Member No.: 5,737 |
does anyone have a good script for crating a poll on a website
-----This is not a tutorial. The tutorials section is only for genuine tutorials. Moved from Tutorials section to Web Design and HTML.-----szupie This post has been edited by szupie: Jun 3 2005, 07:28 PM |
|
|
|
Jun 4 2005, 11:53 AM
Post
#2
|
|
|
Little MechBirdie Group: Members Posts: 299 Joined: 23-March 05 From: Down here in Holland Member No.: 3,178 |
Well I don't have any script but they do have at bravenet. Maybe you should try that site, it has web-tools for everyone: www.bravenet.com
|
|
|
|
Jun 5 2005, 09:47 PM
Post
#3
|
|
|
Member [ Level 1 ] Group: Members Posts: 39 Joined: 31-May 05 From: Milford, CT Member No.: 5,650 |
like the other person who replied to you, i'd recommend a service such as bravenet myself.
however, you can simeply create your own! below is an example script ,feel free to copy it and edit it with your own info. then wen you get the emailed results just edit them yourself and post the results. -------- <html> <head><title>My Poll</title></head> <body bgcolor="#ffffeff" text="#000000" link="#0000ff" vlink="#0000ff" alink="#000000"> <center><h1>My Poll!</h1></center><hr><br> <form name="poll" action="/cgi-bin/submit_res.cgi" method="get"> [Poll questions here.] <input type="submit" name="submit" value="Submit Results"><br><br> <p align="center">Please note that the results of the poll will not be made available until I upload them.</p> </form> </body> </html> |
|
|
|
Jun 5 2005, 10:13 PM
Post
#4
|
|
|
Absolute Newbie Group: Admin Posts: 888 Joined: 20-February 05 From: Indianapolis, Indiana, USA (Midwest) Member No.: 2,714 myCENTs:35.43 |
Well, it depends on the kind of wesite you are creating. Most content management systems and forums come with their own poll scripts already integrated. In addition to already having the poll integrated into the application, there are many features availible with these types on web systems.
If you will be building you page from scratch, then there are many polling, survey, voting scripts avalible in a few different languages. For PHP scripts try: PHP Resource Index For CGI scripts try: CGI Resource Index You should be able to find something suitable there free of charge. You may want to research Content Management Systems (CMS) as well. They are like a website in a box. Please note, that in bigredrosen's post only the frontside script is given. You will still need the backend script (CGI) to actually calculate and formate the results. Hope this helps, vujsa |
|
|
|
Jun 7 2005, 02:33 AM
Post
#5
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 25 Joined: 1-June 05 Member No.: 5,655 |
ok after we post the poll is there a way to make it automatically make the results be entered into something like a graph,?
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 5th December 2008 - 03:19 PM |