W wxdqz New Member Aug 21, 2008 #1 i'm SELECTINGing * from table ORDER BY itemID DESC LIMIT 8 that gives me the last 8 items i'd like to alphabetize these 8items by field A -- is this possible within the mySQL query, or do i have to sort the array in php?
i'm SELECTINGing * from table ORDER BY itemID DESC LIMIT 8 that gives me the last 8 items i'd like to alphabetize these 8items by field A -- is this possible within the mySQL query, or do i have to sort the array in php?