Hi,
I'm in the middle of adding a tagging system to my website. I want to be able to easily add/edit items tags.
My current tags table structure is:
Table: Item
Columns: ItemID, Title, Content
Table: Tag
Columns: TagID, Title, Tag_Counter
Table: ItemTag
Columns: ItemID, TagID
I really like the implementation of the tagging in StackOverflow, can anyone direct me a code snippet I can use (PHP/Ajax/MySQL)?
I know, its a tough one...
Thanks,
Roy.