select all popular articles from database
syntax that: select all articles from database where article_id is not in the array of article_id's that are in the cart I have a cart system that stores the article_id's in an array. I want to select all articles from the database where the article_id is not in the array of article_id's that are in the cart