Page 1 of 1

Data Base Structure Question

Posted: Tue Jul 20, 2010 1:20 am
by anishgiri
Suppose I want a database in which a user can add names, let say he added Mark Robles. Now Mark Robles can add collections. Let say on an input box he typed "DC Cards". When the user click submit it will display the name and collections, if he inputed 10 more collections, the page will display a pagination(5) of collections.

How would you design the table structure? The reason why I am asking this is cause I am just new on database design and php.