|
Whether you are looking for places of Historical interest, Architectural
significance or just wanting to enjoy the diversity of nature you
can find it all in north central Oklahoma. The calendar below is
updated regularly with dates and details of upcoming events.
Have questions or know of an event/occasion you would like to see
posted here? Give us a call at 800.700.3928.
require('../inc/config.inc.php');
require('../classes/dbConnect.class.php');
$db = new dbConnect();
$db->ConnectToServer($db_server, $db_user, $db_pwd);
//Check for Database existance
$result = $db->SelectDatabase("wwt");
if (!$result) {
echo "Database not created. Please use the Admin Menu and run \"Setup Database & Tables\".";
} else {
?>
 |
 |
 |
| |
//*************************
// Announcements
//*************************
$rsAnnouncements = $db->GetResultSet("SELECT * FROM announcements;");
?>
while ($rsRecord = mysql_fetch_assoc($rsAnnouncements)){ ?>
| =$rsRecord["announcement"]?> |
} ?>
|
|
|
 |
 |
 |
}
$listFilter = (isset($_POST['listFilter'])) ? $_POST['listFilter'] : 3;
?>
 |
 |
 |
| |
| =$monthArray[$monthPtr]?> |
}
?>
| =$rsRecord['eventTitle']?> - =date('l\ \t\h\e dS', $tmpTime);?> |
| =$rsRecord['eventDescription']?> |
$storedMonth = $monthPtr;
}
?>
|
|
 |
 |
 |
$db->closeDB(); ?>
|
|