Section Sql = SELECT * FROM `sections` WHERE `id` = '71'
Product Sql = SELECT products.* FROM `products` INNER JOIN `sections` ON products.section = sections.id WHERE products.section = '71' AND products.showonweb = 'Yes' AND sections.showonweb = 'Yes' ORDER BY `sort`, `name`

Number of products found: 4

Locally Themed Card from ShonaD