|
|

 |
|
|
|
Creux Harbour a short walk to meet the dive boat
each morning |
|
|
|
|
 |
Le Grand Fort Self Catering Cottages
These thatched cottages are part of Le Grand Fort Tenement
established in the vicinity of the French fort built in
1549, Le Grand Fort Self catering cottages is the perfect
base for any dive group with all the modern comforts,
spacious kitchen, barbecue area, plenty of space in
authentic style full of character charm and extremely
comfortable. |
|
The cottages sit in the beautiful north end of the Island
with winding cliff paths leading to secluded bays, with
views of France and the surrounding Islands, there are small
pathways all around the Island, one of the great ways to see
Sark's rugged coastline in spring summer or autumn.
|
 |
 |
The rural setting of the old farm cottages, is the perfect
place to relax, with friends or family. There are several
pubs and restaurants nearby with a good atmosphere, Take a
drink with the locals, eat the fresh produce, experience the
native sense of humour, enjoy local colour and conversation,
or simply sit back and take in the ambiance.
|
|
If you wish to speak to a Divesark representative, please
Tel 01481 832565 Alternatively you can submit your
message here using our
Contact form | | |
$server = "mysql14.powweb.com"; // Your mySQL Server
$db_user = "blog1"; // Your mySQLUsername
$db_pass = "cassie"; // Your mySQLPassword
$database = "blog2"; // Your mySQLDatabasename
$timeoutseconds = 300;
$timestamp=time();
$timeout=$timestamp-$timeoutseconds;
mysql_connect($server, $db_user, $db_pass) or die ("Useronline Database CONNECT Error");
mysql_db_query($database, "INSERT INTO useronline VALUES ('$timestamp','$REMOTE_ADDR','$PHP_SELF')") or die("Useronline Database INSERT Error");
mysql_db_query($database, "DELETE FROM useronline WHERE timestamp<$timeout") or die("Useronline Database DELETE Error");
$result=mysql_db_query($database, "SELECT DISTINCT ip FROM useronline WHERE file='$PHP_SELF'") or die("Useronline Database SELECT Error");
$user =mysql_num_rows($result);
mysql_close();
if ($user==1) {echo"$user User online";} else {echo"$user Users online";}
?> | |