[Solved] Tagging systems [closed]
Tagging is like Comments. You have to make sql table, put a reference to the item that it’s tagging, to the tagger, tag contents like the person that we tagged, and some additional datas of tag (like the position of the tag in a photo). So we will got a table like this: ID ID_IMAGE … Read more