I\'ve got a table with some rows that contain 3 fields (category, title, image). At first I created a foreach loop that returned some html with the information from each of the
MySql query solution: Use a Where Statement in your query, and keep your PHP the same.e.g.
Where
Select * From table Where `category`="Filter Value";
Let me know if that works for you, or if you're constrained to only using PHP to filter the category..