I had in mind the table would look like this (example data included)
FeedbackScore
FeedScoreID (PK)
FeedItemID (e.g the questionID you mentioned earlier) (FK)
UserID
Score (just wanted to increment it or decrement it by 1)
The reason I thought to have FeedScoreID (auto_increment) is because the same Feedback item (FeedItemID) will be able to be voted on by multiple people (but only one time per person)
yeah i am familiar with digg. I was planning on having an iframe with this in and it would be attached to each comment. I am just trying to get my head around the coding to complete those steps..