I have a mySQL table which has product options in it. What I need to do is order by the product price and then group by the product ID so I can then do another query to pull the relevant info once the product IDs are in the correct order.
I need to know how to write the correct mySQL query with PHP.
Many thanks
Pete