karljames Posted July 20, 2006 Share Posted July 20, 2006 Hello all,I was wondering if their was a extension or if anyone can provide the ways to make a poll in dreamweaver using php & phpmyadmin/mysql.I want to be able to vote on from three to whatever number of items their are to vote for.I want to place this right under my navigation menu on the left hand side.Any help would be greatly appreciated.thanks, Karl Link to comment https://forums.phpfreaks.com/topic/15093-creating-a-poll/ Share on other sites More sharing options...
moberemk Posted July 20, 2006 Share Posted July 20, 2006 Well, you could (a) go somewhere like [url=http://www.hotscripts.com/PHP/Tips_and_Tutorials/Polls_and_Voting/index.html]Hotscripts[/url]and take a look at something like that, or (b) create a form that inserts voting information into the database, based on the poll ID and options. To set up the options, you'd just create a repeat region with the db info. Link to comment https://forums.phpfreaks.com/topic/15093-creating-a-poll/#findComment-60987 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.