$sql = "select * from tb_order_detail,tb_product where tb_order_detail.ref_id_prd =tb_product.id_prd order by number desc limit 6";
$query=mysql_query($sql);
$sql = "select * from tb_order_detail,tb_product where tb_order_detail.ref_id_prd =tb_product.id_prd group by tb_product.id_prd order by number desc limit 6";