Be a Supporter!

Voting and Binary data

  • 697 Views
  • 3 Replies
New Topic Respond to this Topic
jonno
jonno
  • Member since: Dec. 15, 1999
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Voting and Binary data 2001-07-23 16:53:43 Reply

ok, im making a site where users can upload pictures of themselves and then be voted on, the problem i have is how to work the polls. do i need to create a new poll for every picture or what? any help is appreciated

liljim
liljim
  • Member since: Dec. 16, 1999
  • Offline.
Forum Stats
Staff
Level 28
Blank Slate
Response to Voting and Binary data 2001-07-24 04:59:23 Reply

At 7/23/01 04:53 PM, jonno wrote: ok, im making a site where users can upload pictures of themselves and then be voted on, the problem i have is how to work the polls. do i need to create a new poll for every picture or what? any help is appreciated

depends on how you want to construct the polls as to how you'll need to set it up... you could either set up a new table(s) to handle the votes, or you could simply add two extra fields to the table that holds the details of each of the people - one to count the number of votes, and one to count the actual score. then do a simple division..... One question though- are you setting up another "amihotornot.com"- sounds like it to me.

jonno
jonno
  • Member since: Dec. 15, 1999
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Voting and Binary data 2001-07-24 16:33:20 Reply

At 7/24/01 04:59 AM, liljim wrote:
At 7/23/01 04:53 PM, jonno wrote: ok, im making a site where users can upload pictures of themselves and then be voted on, the problem i have is how to work the polls. do i need to create a new poll for every picture or what? any help is appreciated

:One question though- are you setting up another "amihotornot.com"- sounds like it to me.

First of all thanks for your help, second, although the ideas are similiar im going to change it up a little bit to improve upon it.

KillaKane
KillaKane
  • Member since: Sep. 16, 2000
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Voting and Binary data 2001-07-26 12:13:21 Reply

At 7/24/01 04:33 PM, jonno wrote:
At 7/24/01 04:59 AM, liljim wrote:
At 7/23/01 04:53 PM, jonno wrote: ok, im making a site where users can upload pictures of themselves and then be voted on, the problem i have is how to work the polls. do i need to create a new poll for every picture or what? any help is appreciated
One question though- are you setting up another "amihotornot.com"- sounds like it to me.
First of all thanks for your help, second, although the ideas are similiar im going to change it up a little bit to improve upon it.

If not a "amihotornot.com" then a maybe a http://www.facethejury.com/ . If I was you I wouldn't bother with that concept. Everybody has been there and done that. **Remember there are millions of people who can program, It's the new fresh ideas that sell.