How do I make a poll like this in PHP?

adam g

New member
Hello all,

I’m going to describe the project that I’m working on so somebody will be better able to assist; only part of it relates directly to PHP, but I feel that describing what I’m trying to do in full will help me get the information I need.
What I am trying to do is set up a series of polls that will gather opinions from users. Within the same poll, I also want to add options for the user to specify their location (county and state) and have that data directly associate with their selection. I spliced together an image to illustrate further:

http://www.socitrend.com/PollExample.png

I haven’t been able to find a script so far that allows me to create a poll similar to this. Is there a script out there that someone is familiar with that will do this, and if not, can anyone help me out on how to write it? Ultimately, I want to be able to have this data record to a SQL database and then pull it into Microsoft MapPoint and overlay the majority selection for each county onto the map (if it is possible). This is why I need both the radio options and drop down menus for collecting data within this poll. Any help would be greatly appreciated.
 
Back
Top