Data Base Structure Question

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
anishgiri
Forum Newbie
Posts: 7
Joined: Mon May 31, 2010 12:49 am

Data Base Structure Question

Post 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.
Post Reply