Hey
I need to know how i should be doing this the right way.
I have the tables
Posts PostsCategories PostsTags
When you create a post you can add up to 25 categories, and 10 tags.
Should i then insert them in the 3 tables or should i have them in 2 rows where i seperete each tag and categorie with a comma?
If i put them i tables, it would be like inserting 36 rows at one time? Like 25 categories, if all are selected and 10 tags if all are used and the post it self..
How should I be doing this ? :-)
Hope you understand..