|
I've been doing a bit more reading, and basically what I am looking to do is a sort of dynamic menu using PHP and MySQL, but utilising the above fields. The issue I have is that I want the results to sort as follows:
1. Sort TOP_PAGE's by page_order
2. Show corresponding SUB_PAGE's below each 'parent' TOP_PAGE
3. Sort the SUB_PAGE's at '2' above by page_order
Thanks,
Neil
|