aooga Posted January 15, 2009 Share Posted January 15, 2009 if I have a table CONTENT with a primary key of contentID. Then I have 6 other tables with a foreign key to contentID - SUBJECTS, BOOKS, DIVIDES, CHAPTERS, QUESTIONS, NOTES. Should I 1) make a field in CONTENT called contentType with keys Su, Bo, Di, Ch, Qu, No. Or 2) find out what the contentType is in the php script? What do you recommend? If I should do 2), what is the best way to do it? Link to comment https://forums.phpfreaks.com/topic/140995-php-mysql-question/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.