Underribido
New Member
I want to store tags per Media (Image/Sound/Video/Pdf) uploaded by users. And in future I would like to use this tags for searching the media. I am a beginner developer, and I used one way to do this.I made two tables [*]TAG (Tagid,Tagname) [*]Mediatags (Mediaid,Tagid)
- Media is data uploaded data by user
- tags are simple words used for searching the media again