Skip to main content
Participant
December 19, 2009
Question

creating polls

  • December 19, 2009
  • 1 reply
  • 275 views

How do i create a poll with dreamweaver cs4? I need to create a vote for best pictures. Few pictures will be posted onto the site to be voted. How do i do that?

Please help. Thank you in advance.

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

David_Powers
Inspiring
December 19, 2009

Moved to the Dreamweaver Application Development forum, which deals with server-side issues.

Dreamweaver doesn't have anything that will create a poll out of the box. You need to use a server-side language, such as PHP, ColdFusion, or ASP, to create a poll. Although it could be done with a text file, a more efficient way is to use a database.

Does your website support a server-side language? If so, which one? Do you have any experience with one of the server-side technologies?