if (isset($_POST["cat"])){
$category = $_POST["cat"];
} // end if
else {
if (isset($_GET["cat"])){
$category = $_GET["cat"];
} else {
$category = "";
}
}
$category=str_replace("_"," ",$category);
if (isset($_POST["catnum"])){
$catnum = $_POST["catnum"];
} // end if
else {
if (isset($_GET["catnum"])){
$catnum = $_GET["catnum"];
} else {
$catnum = "";
}
}
?>
echo $category; ?>
include("../_body-header.html");
?>
include("../_left.html");
?>
| Travel Resources |
 |
| echo $category; ?> |
 |
|
include("../_footer.html");
?>