Hi everyone!!
I have a mysql table of products and i want to group them by the category then each sub category in a table:
SQL strng:
SELECT `Product_Name` , `Product_Description` , `Product_Features` , `Product_picurl` , `Product_price` , `Product_Category` , `Product_subcat`
FROM `prod_listing`
Like this:
Acoustic Treatment
Acoustic panels
data
data
Amplifiers
Studio amps
data
data
How can i do thisand still be able to see the table layout in dreamweaver?
thanks in advance