I am in the middle of adding a tag system to my site. I want to be able to easily add / edit element tags.
The structure of the current tag table:
Table: Item
Columns: ItemID, Title, Content
Table: Tag
Columns: TagID, Title, Tag_Counter
Table: ItemTag
Columns: ItemID, TagID
I really like the implementation of tags in StackOverflow, can someone send me a piece of code that I can use (PHP / Ajax / MySQL)?
I know its tough ...
Thanks,
Roy.
source
share