Home
Inside
Outside
The Village
The Area
Prices
Availability
Links
Contact Us
|
PEAK DISTRICT LINKS
 |
This
is the official website of the Peak District National Park Authority.
Content includes news about the latest events in the Peak District.
There are also in-depth sections on cycle hire, public transport,
weather, what to see and do, along with maps and details of
Peak publications. There are also many links to local attractions. |
 |
This
is the official Peak District Tourism website. "Here you
will find everything you need to know to plan a visit to one
of Britain's most beautiful national parks and the surrounding
area." Visit the site and find information about places
to visit, getting around and exploring the Peak. There are maps,
photographs and lots of links. |
 |
Peak-Net
promises a wide range of resources for visitors to the Peak
District and surrounding area, with a wealth of information
on entertaiment and much more. There are details on theatre,
films, clubs and art galleries. Walking, riding, golf and other
sports and outdoor pursuits are also covered in great detail. |
 |
Cressbrook
Multimedia's website contains a wealth of information about
the Peak District. There are dozens of pages covering the area's
towns and villages, places to visit and outdoor attractions
for walkers. Other sections cover the Peak's geography, interactive
maps and many links to local honeypots, groups and festivals. |
 |
Peak
Leisure is another website packed with information about the
Peak District and the homepage features some wonderful photographs
of the area. There are plenty of sections containing details
about the area's pubs, restaurants, shops and activities. There's
even a Peak search engine and information on well dressings. |
 |
Peak
District National Park.Com is a very well-designed website featuring
"rain or shine" walks, maps and a gallery of photographs.
There is a detailed look at the area's history and information
on weather. And there are sections on eating out, exploring,
tourist attractions, education and a visitors' book. |
 |
Peak
Pages is one of the smaller websites but still well worth a
look. There are some great photographs from the area and even
a "virtual tour" of Youlgrave Church. There is a discussion
forum and plenty of links with headings such as food and drink,
arts and humanities, recreation and sports, clubs and entertainment. |
 |
The
Peak Activities website concentrates on the outdoor pursuits
of the area - but there is also plenty of general information.
Visit the site to find out about walking, abseiling, orienteering,
gliding and even team-building courses. There are lots of links
to all matters Peak, along with maps, photographs and a handy
A-Z index. |
DERBYSHIRE LINKS
 |
Derbyshire
Dales District Council is the local authority that covers Two
Dales and towns Darley Dale, Matlock, Bakewell, Ashbourne and
Wirksworth. The website includes sections on tourism, sports
and leisure, markets and the district's plans for this year's
Golden Jubilee celebrations. |
 |
Derbyshire
UK is a wonderful site about Derbyshire and the Lower Peak District.
There are dozens of sections, covering everything from stately
homes like Chatsworth House and Haddon Hall to the county's
rivers, mills and famous people. There's even a "just for
fun" area, featuring Derbyshire dialects, recipes and daily
cartoons. |
 |
Derbyshire
Online is another beautifully designed website, packed with
photographs of some of the county's breathtaking views. The
homepage gives you an up-to-date weather forecast and a myriad
of options to choose from in the menu. Click the links for entertainment,
sports and hobbies, tourism and the city of Derby. |
 |
Derbyshire
County Council's website is aimed more at residents of the county
- but there's plenty for the tourist too. There is a whole section
dedicated to tourism, along with others on countryside matters,
green issues, entertainments, libraries and heritage and public
transport. There are also plenty of Derbyshire links. |
 |
This
Is Derbyshire is the website of the Derby Evening Telegraph
- the county's daily newspaper. It is updated throughout the
day, every day, and includes local news, sport, entertainment,
weather and competitions. There is also a local information
section with details on what to see and do in the area. |
 |
The
Derby Homepage is from the BBC - but covers the whole of Derbyshire
- not just the city of Derby. Another great media website, updated
throughout each day with news, sport, travel and weather. There
are also sections on theatre and arts, movies, clubs and gigs
and even webcams and votes. |
$types[1] $friends[2] in Derbyshire:";
$query_string = "SELECT * FROM a3_links_bandb WHERE county = 'Derbyshire'";
$result_id = mysql_query($query_string);
while($row = mysql_fetch_array($result_id))
{
$derbyshire[] = $row['establishment'];
}
shuffle($derbyshire);
foreach($derbyshire as $bandb)
{
$query_string = "SELECT * FROM a3_links_bandb WHERE establishment = '$bandb'";
$result_id = mysql_query($query_string);
$details = mysql_fetch_array($result_id);
$town = $details['town'];
$homepage = $details['homepage'];
$type = $details['type'];
shuffle($types);
if ($type == "b"){echo "\n - $bandb $types[0] $town
";}
if ($type == "h"){echo "\n - $bandb hotel $town
";}
}
echo " ";
echo "$types[1] $friends[1] in Berkshire:";
$query_string = "SELECT * FROM a3_links_bandb WHERE county = 'Berkshire'";
$result_id = mysql_query($query_string);
while($row = mysql_fetch_array($result_id))
{
$berkshire[] = $row['establishment'];
}
shuffle($berkshire);
foreach($berkshire as $bandb)
{
$query_string = "SELECT * FROM a3_links_bandb WHERE establishment = '$bandb'";
$result_id = mysql_query($query_string);
$details = mysql_fetch_array($result_id);
$town = $details['town'];
$homepage = $details['homepage'];
$type = $details['type'];
shuffle($types);
if ($type == "b"){echo "\n - $bandb $types[0] $town
";}
if ($type == "h"){echo "\n - $bandb hotel $town
";}
}
echo " ";
echo "";
$query_string = "SELECT * FROM a3_links_bandb WHERE county = 'Buckinghamshire'";
$result_id = mysql_query($query_string);
while($row = mysql_fetch_array($result_id))
{
$buckinghamshire[] = $row['establishment'];
}
shuffle($buckinghamshire);
foreach($buckinghamshire as $bandb)
{
$query_string = "SELECT * FROM a3_links_bandb WHERE establishment = '$bandb'";
$result_id = mysql_query($query_string);
$details = mysql_fetch_array($result_id);
$town = $details['town'];
$homepage = $details['homepage'];
$type = $details['type'];
shuffle($types);
if ($type == "b"){echo "\n - $bandb $types[0] $town
";}
if ($type == "h"){echo "\n - $bandb hotel $town
";}
}
echo " ";
echo "$types[1] $friends[3] in Oxfordshire:";
$query_string = "SELECT * FROM a3_links_bandb WHERE county = 'Oxfordshire'";
$result_id = mysql_query($query_string);
while($row = mysql_fetch_array($result_id))
{
$oxfordshire[] = $row['establishment'];
}
shuffle($oxfordshire);
foreach($oxfordshire as $bandb)
{
$query_string = "SELECT * FROM a3_links_bandb WHERE establishment = '$bandb'";
$result_id = mysql_query($query_string);
$details = mysql_fetch_array($result_id);
$town = $details['town'];
$homepage = $details['homepage'];
$type = $details['type'];
shuffle($types);
if ($type == "b"){echo "\n - $bandb $types[0] $town
";}
if ($type == "h"){echo "\n - $bandb hotel $town
";}
}
echo " ";
echo "$types[1] $friends[2] in West Sussex:";
$query_string = "SELECT * FROM a3_links_bandb WHERE county = 'West Sussex'";
$result_id = mysql_query($query_string);
while($row = mysql_fetch_array($result_id))
{
$west_sussex[] = $row['establishment'];
}
shuffle($west_sussex);
foreach($west_sussex as $bandb)
{
$query_string = "SELECT * FROM a3_links_bandb WHERE establishment = '$bandb'";
$result_id = mysql_query($query_string);
$details = mysql_fetch_array($result_id);
$town = $details['town'];
$homepage = $details['homepage'];
$type = $details['type'];
shuffle($types);
if ($type == "b"){echo "\n - $bandb $types[0] $town
";}
if ($type == "h"){echo "\n - $bandb hotel $town
";}
}
echo " ";
$query_string = "SELECT * FROM a3_links WHERE linkkey = 'other'";
$result_id = mysql_query($query_string);
$row = mysql_fetch_array($result_id);
$text = $row['links'];
echo "$text";
?>
|
|