I have a table for articles. Its major fields are id article_name content tags (its values will be comma seperate example test, abc ...)
Now when I am on a detail page of any article. I want to show related article in my sidebar. For this if any other article uses the same tag as current article. I want to list those articles as related article. This is my query.
Can anyone please help me on this issue. I want to solve this with minimal coding. Your help will be very much appreciated.
Thanks