Answer the question
In order to leave comments, you need to log in
How to make a tag system??
Implemented a simple code: connecting to a database where id, title, text, date, author are stored. made adding, editing and deleting entries. Through the loop I display it all on the screen.
How can I make tags? Can you recommend any video or article?
Answer the question
In order to leave comments, you need to log in
make another table with tags.
and then a many-to-many table that will link the table with articles to the table with tags
Think of tags as categories. You make a table of categories and link categories to an article through a third table. However, Igor wrote the same thing.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question