Hi. I'm pretty new to all of this so please bear with me 
We have a database at http://www.familytravel.co.nz whereby holidays are displayed as per region. The code for displaying such holidays is:
Region is one of the fields in our database. Now here comes my problem. We have been asked to order the holidays for one region - i.e. Fiji, so that when they are displayed anything to do with Mana Island comes up first. Mana Island is not a region on its own and therefore is not a field. It will only be text in the title and/or description fields. Is this at all possible or no because it is not a region.
Hope this makes sense.
Sheryll - php real newbie.

We have a database at http://www.familytravel.co.nz whereby holidays are displayed as per region. The code for displaying such holidays is:
PHP Code:
<a href="availableproduct.php?region=fiji">
Hope this makes sense.
Sheryll - php real newbie.
Comment