Jeśli chcesz wywołać echo pól bezpośrednio z bazy danych, nadaj swoim polom aliasy, takie jak:
SELECT Name, WebsitePrice as PriceOfItem, WebsiteStock as StockOfItem from table_products where Name IN ('$item1', '$item2', '$item3')
Jeśli chcesz wywołać echo pól bezpośrednio z bazy danych, nadaj swoim polom aliasy, takie jak:
SELECT Name, WebsitePrice as PriceOfItem, WebsiteStock as StockOfItem from table_products where Name IN ('$item1', '$item2', '$item3')