By: krish
Date: 2017-02-25
Time: 09:19
|
Display as Tags
Hi
I am trying to display list of articles in a page and associated Tags. These tags are stored in separate many-many table between article id, tag id in mysql table. (article, tag, article-tag tables). How can i display the following dynamically?. Please suggest. Thanks
e.g
My First Article
tbs,template,travel
My Second Article
tbs,lifestyle,fashion
---
|