View Single Post
Old 10-24-2007, 12:20 PM   #4 (permalink)
bluesaga
Super Moderator
Advanced Programmer 
 
bluesaga's Avatar
 
Join Date: Sep 2007
Posts: 165
Thanks: 0
bluesaga is on a distinguished road
Default

What i normally do, is have it for both.

have in the mysql:
id, rating, ip, user

When a user logs in/signs up, it updates the ratings table to update the user column.

This imo is the best approach for ratings as you do not force people to signup (which is tedious at the best of times) and handle registered users aswell.
bluesaga is offline  
Reply With Quote