Jump to content

php mysql question


aooga

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.