PDA

View Full Version : Poll orginized by state


djbdr248
10-12-2009, 07:30 PM
I am building a poll where people will fill out a form and when submited it must place that persons info in a file for there state.
I must be able to see howmeny people filled out the form for each state.

Is there a simple way to do this or a tutorial or an easyer html way to do this.

How should I start?

yell0wdart
10-12-2009, 10:51 PM
This'll definitely require some sort of server-side code (ASP.NET, PHP, etc), and most likely a database to save the information regarding the individual users' entries.

Not sure where to tell you to start, though... Your starting point will depend on your level of expertise/experience with server-side technologies. ;)

djbdr248
10-12-2009, 11:36 PM
Yeah... I've never done anything like this b4.
I'm hopeing I can just tell a php file to save the polls to a text file on my server.
I'm not sure how I'm going to pull it back out of the text file to show which states have the most votes thow, not that saveing it in the first place will be easy for me.

I'm just staring at this project blank faced.:eek: