10-24-2007, 12:20 PM
|
#4 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
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.
|
|
|
|