ixxalnxxi
10-22-2007, 12:22 AM
so i want to make a website that users can favorite articles, and each article would have a unique ad, as would the user.
so i'm wondering, how should the table scheme be involving the articles and favorites?
what i was thinking is i'd have a table of the users, and i'd have multiple columns that are fav1 fav2 fav3, and each row would store the id of an article. but then that would mean there would be a limit to the amount of favorites a user could have.
anyone have a solution?
so i'm wondering, how should the table scheme be involving the articles and favorites?
what i was thinking is i'd have a table of the users, and i'd have multiple columns that are fav1 fav2 fav3, and each row would store the id of an article. but then that would mean there would be a limit to the amount of favorites a user could have.
anyone have a solution?