if (isset($_POST["topic"])){
$topic = $_POST["topic"];
} // end if
else {
if (isset($_GET["topic"])){
$topic = $_GET["topic"];
} else {
$topic = "";
}
}
include ("../res-inc/config.php");
include ("../res-inc/crud.php");
$topic = str_replace("-"," ",$topic);
$topic = proper($topic);
$connection = connect_db($db_host, $db_user, $db_passwd);
select_db($db_name, $connection);
$hostname = $_SERVER['SERVER_NAME'];
$hostname = str_replace('www.', '', $hostname);
if ($hostname == "localhost"){
$ws = "amarillo-hotels.com";
} else {
$ws = $hostname;
}
?>
echo $topic; ?>
include("../_body-header.html");
?>
include("../_left.html");
?>
| Travel Resources |
 |
| echo $topic; ?> |
 |
|