PDA

View Full Version : User Voting System


ttados
12-08-2009, 06:50 PM
Could someone explain how sites that rely on user voting work? For example, Digg. The users vote what story they like and the top story gets put on the homepage. How does that work? If I wanted to make a site were people voted on pictures instead of stories what would I need to do? Is there an api or something I could use? Thanks for the help!

oracleguy
12-08-2009, 08:04 PM
They use a database (like using MySQL) and a server side language (like PHP) to accomplish that.