| |
Travel Link Exchange:
Welcome to Travel Links Exchange Page, the travel and tourism directory
that you can help to build. If you have a travel or tourism related website
or business, then please consider submitting
your request to the directory and support us by linking back. If we
don't have a suitable category for you, then please suggest a new one
on the submission form for us to consider.
75) {
echo '';
echo showtag($i);
echo ' | ';
}
}
*/
$result = mysql_query ("SELECT al_ref.name AS sitename, al_ref.url, al_ref.fromsite, al_ref.description, al_tag.name, al_ref.category FROM al_ref, al_tag WHERE al_ref.category = al_tag.category ORDER BY al_tag.name, sitename");
$lastCat = -1;
while($row = mysql_fetch_assoc ($result)) {
//If this is a new cat then show header
if ($row['category'] != $lastCat) {
//Add a blank row
if ($lastCat != -1)
echo ' | ';
echo ' ';
$lastCat = $row['category'];
}
//This displays the site's link
echo ' ';
echo '';
echo $row['sitename'];
echo ' - ';
echo $row['description'];
echo ' | ';
// print_r($row);
}
?>
|