Need DB structure
Moderator: General Moderators
-
akhilesh1010
- Forum Newbie
- Posts: 15
- Joined: Thu Aug 22, 2013 1:56 am
Need DB structure
I have a directory website I am using category and sub categories based business I want to provide facility to our users so that they can add there business in multiple categories. can any one provide me Best Database Structure to manage this option. I am using MySql with PHP. My site is http://www.innobit.co.in/
Re: Need DB structure
Businesses in one table, list of categories in another, and a third table relating the two (one column for the business ID, one for the category ID).