Winter-time visitors enjoy the snow-covered elevations for snowmobiling, cross country skiing, or for quiet serenity. In lower elevations winter day-time temperatures are very conducive to hiking, mountain biking, horseback riding, and all terrain vehicle adventures.
Use good judgement any time of year, and always prepare with the right amount of clothing (bring layers) and gear. Winter can be the best time of year to visit this region for peace and serenity.
With elevations ranging from 4,000 to 11,000 feet you'll find a wide diversity in temperatures through all seasons. Year-round there's something here for you.
500 Internal Server Error
Internal Server Error
Mismatch between target UID (33) and UID (6615) of file "/home/users/c/capreef/public_html/tguide.php"
suPHP 0.8.0-pre
include("datainfo.php");
$theCat = "Guides";
echo"
";
echo "
$theCat sorted by community
";
$Cquery = "SELECT DISTINCT tbl_categorysub.subCatName,tbl_categorysub.ID FROM tbl_categorysub,mdl_mrebusinesslist,tbl_category WHERE tbl_categorysub.ID = mdl_mrebusinesslist.recordSubCatID AND mdl_mrebusinesslist.recordCategoryID = tbl_category.ID AND tbl_category.categoryModuleID = '26' AND tbl_category.categorySection = '$theCat' ORDER BY tbl_category.categorySortOrder";
$Cresult = mysql_query($Cquery);
$count = 0;
while($Crow = mysql_fetch_array($Cresult))
{
echo "
";
echo"
";
$query = "SELECT mdl_mrebusinesslist.* FROM mdl_mrebusinesslist,tbl_category WHERE mdl_mrebusinesslist.recordSubCatID = '$Crow[ID]' AND mdl_mrebusinesslist.recordCategoryID = tbl_category.ID AND tbl_category.categorySection = '$theCat' and mdl_mrebusinesslist.recordShow = 1 ORDER BY mdl_mrebusinesslist.recordName";
$result = mysql_query($query);
$rowcount = mysql_num_rows($result);
if($rowcount > 0)
{
while($row = mysql_fetch_array($result))
{
include("queryformat.php");
}
}
echo"
";
$count++;
}
echo"
";
?>