Om du vill eka fälten direkt från DB, ge dina fält alias, som:
SELECT Name, WebsitePrice as PriceOfItem, WebsiteStock as StockOfItem from table_products where Name IN ('$item1', '$item2', '$item3')
Om du vill eka fälten direkt från DB, ge dina fält alias, som:
SELECT Name, WebsitePrice as PriceOfItem, WebsiteStock as StockOfItem from table_products where Name IN ('$item1', '$item2', '$item3')