View Single Post
Old 11-28-2007, 07:29 PM   #1 (permalink)
CMellor
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default Poll Vote Percentages

Hey all,

I think I got my poll to how I want it to work, though usually in my case, I get some form of an error, but I'll cross that bridge when I get to it. Any who... I basically want to calculate the percentage of the votes in my poll, so if their was one vote for 'yes' and one for 'no' then each would be 50%... you get the idea, I hope.

I'm no good with math in PHP, hell... math in general. Below is a structure of my poll tables, just to give you an idea of how things are laid out, so hope it helps.

poll
  • poll_id
  • question
  • creator_id
  • who_voted
poll_options
  • poll_options_id
  • from_poll_id
  • choice
poll_vote
  • vote_id
  • option_id
  • voter_id
Hope someone is kind enough to help me out :)
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote