Polls...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Idi
    New Member
    • Dec 2006
    • 1

    Polls...

    Hi mates....well, I just working on my first web with HTML/CSS....let's get to the point...I don't know how to make a polls? can you tell me how? thanks....
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Then I shall also get to the point.

    A poll is relatively simple, you ask one or more questions via text, radio button etc., you read the answer, store it somewhere (file or database), and, when requested, you read it all in and display the results.

    You must have thought about how to store and display the results before you plan about setting up a poll. You cannot do that simply by using HTML or JavaScript, because these languages do not have file access or db access capabilities. So you need to choose a server language in order to to store and retrieve the data and to display it.

    So your question is not quite to the point. You will have to tell us first the server language, and the file or db system that you are going to use.

    Ronald :cool:

    Comment

    • AricC
      Recognized Expert Top Contributor
      • Oct 2006
      • 1885

      #3
      If you want some tutorials on this you can find them here

      Comment

      Working...