so ill try to make this short and sweet but i dont know if it will come out that way. I am working on a script for my user system that allows users to add certain items ( layouts, images, etc ) to a "favorites" page of theirs. i tried using a text column in SQL to do this, but it seems very unreliable and i couldnt get it to display the text box's data in rows, just went in how the text was entered ex: blah, blah2, blah3. what would you recommend doing for the "Favorites" system, creating a seperate database for each user upon registration and add the favorites to it? what is the most effecient way and if possible could you give some examples please? any help is much appreciated. thanks.