यदि आप सीधे DB से फ़ील्ड्स को एको करना चाहते हैं, तो अपने फ़ील्ड्स को उपनाम दें, जैसे:
SELECT Name, WebsitePrice as PriceOfItem, WebsiteStock as StockOfItem from table_products where Name IN ('$item1', '$item2', '$item3')
यदि आप सीधे DB से फ़ील्ड्स को एको करना चाहते हैं, तो अपने फ़ील्ड्स को उपनाम दें, जैसे:
SELECT Name, WebsitePrice as PriceOfItem, WebsiteStock as StockOfItem from table_products where Name IN ('$item1', '$item2', '$item3')