i have two table for article and setting. in article table i put id,title,date ..etc and in settings table, i have row with name featuredarticle and put id of article with separate comma for featured articles. now i need to list/print my featured article only. how to ?
TABLE articles:
ID | TITLE | DATE | PUBLISH
1
2
3
4
5
TABLE settings / row featuredarticle:
1,2,5
