jbu311
12-25-2006, 12:10 AM
Hey everyone,
If I had to keep track of users, where every user a user description and a list of interests, how would I go about do that?
I would guess the best/easiest thing to do would be to use PHP/mySQL and have an entry for each user in the database, and have a text field for description. But for the list of interests, how would I keep track of all the elements in the user's list - what if the user can have anywhere between 1-100000 elements in the list? I can't create a field that has an infinite amount of space. What would be the best thing to do?
Thanks for any help in advance.
jbu
If I had to keep track of users, where every user a user description and a list of interests, how would I go about do that?
I would guess the best/easiest thing to do would be to use PHP/mySQL and have an entry for each user in the database, and have a text field for description. But for the list of interests, how would I keep track of all the elements in the user's list - what if the user can have anywhere between 1-100000 elements in the list? I can't create a field that has an infinite amount of space. What would be the best thing to do?
Thanks for any help in advance.
jbu