Page is a not externally linkable
whatson - 12:30 am on Sep 13, 2012 (gmt 0)
So if you have a drop down box for filtering results, there would be a variable, say $category.
The qry would be
SELECT * FROM pages WHERE category='$category' ORDER BY name
So if someone wants to view all the pages for all the categories, what should the value of $category be?