What is the type of data in the cell where the tags are located?
In the mysql database, there are many articles in the table (the article - this is a lot of fields - the author’s name, text, date, and I also want to enter the tags field). And here, for example, there is a link on the page: called php and clicking on it I want the articles to appear in this new window with this tag.
And what if the article has a lot of tags: for example, php, mysql, etc ...
For example, I enter the tags field in the table ... so I do not know what kind of data should be in this cell? How to write them there (these tags)? Comma or how?
And how then from such a large number of tags to make the program understand that the line of tags is necessary and it is necessary to display this article?