@applejack >You wouldn't want to store tag data on posts themselves
I was thinking about going with a two table solution. Not the three table one.
@applejack I guess you're right. I do plan on including mods for the site as well.
Here is what I have so far. A table for games, a table for tags, and a table for tag links. Eventually, there will be a table for mods, which is why tag_link either references a game or a mod.
@xianc78 Then it becomes a bit more complicated if you want to store more data with tags later, change names, you'll probably want a page that lists all the tags, and iterating over all the games/tags to list all the tags each time is a bit…