\r\n"; mail('jim.rolt@googlemail.com', $subject, $error, $headers); } include'dataedit/sql.php'; $title = "An A-Z of British Folk Customs"; $desc = "An extensive list of Folk Customs across Britain. The weird , quirky, historic well detailed here"; $ptitle = "British Folk Customs"; if(isset($_GET['title'])){ $name = mysql_real_escape_string($_GET['title']); $sql = "SELECT SQL_CACHE id, title FROM Customs WHERE title LIKE '%$name%' ORDER BY title"; $q = mysql_query($sql)or mailjim("q1", "$sql\n".mysql_error()); $text = "

Results for your Folk Customs search on '$name':

\n"; $title = $ptitle = "Search Folk Customs for '$name'"; $desc = "British Folk Customs: '$name'"; } elseif(isset($_GET['county'])){ $county = intval($_GET['county']); $sql = "SELECT SQL_CACHE id, title, CountyName, bcomregion FROM Customs LEFT JOIN CountyDetails ON CountyDetails.RecordID = Customs.county WHERE county = '$county' OR county2 = '$county' OR county3 = '$county' OR county4 = '$county' ORDER BY title "; $q = mysql_query($sql)or mailjim("q2", "$sql\n".mysql_error()); $cname = mysql_fetch_object($q); if(mysql_num_rows($q) == 1){ header("Location: https://information-britain.co.uk/customdetail.php?id=$cname->id"); exit(); } mysql_data_seek($q, 0); //$text = "

British Folk Customs in $cname->CountyName:

\n"; $title = "British Folk Customs in $cname->CountyName"; $ptitle = "Folk Customs - $cname->CountyName"; $desc = "British Folk Customs in $cname->CountyName, information on famous British people"; } elseif(isset($_GET['showall'])){ $sql = "SELECT SQL_CACHE id, title, CountyName FROM Customs LEFT JOIN CountyDetails ON CountyDetails.RecordID = Customs.county ORDER BY title "; $q = mysql_query($sql)or mailjim("q3", "$sql\n".mysql_error()); $text = "

Listing all British Folk Customs:

\n"; $title = "Listing all British Folk Customs"; $ptitle = "Listing all British Folk Customs"; $desc = "Listing all British Folk Customs, information on famous British people"; } $co = mysql_query("SELECT SQL_CACHE DISTINCT RecordID, CountyName, Country.Name AS cname, Country.ID AS cid, COUNT(*) AS num FROM CountyDetails INNER JOIN Customs ON Customs.county = CountyDetails.RecordID OR Customs.county2 = CountyDetails.RecordID OR Customs.county3 = CountyDetails.RecordID OR Customs.county4 = CountyDetails.RecordID INNER JOIN Country ON Country.ID = CountyDetails.CountryID GROUP BY CountyName ORDER BY cid, CountyName")or mailjim("co", mysql_error()); if(isset($q) && mysql_num_rows($q) == 0){ $text = '

Sorry, we dont have any results for your search. Please try again'; } $sql = "SELECT id, title FROM Customs ORDER BY RAND()"; $pdata = mysql_query($sql);// or die(mysql_error()); echo << $title EOT; ?>

CountyName, $cname->bcomregion); } ?>

Related links:

Events | Lore & Legend | Rather Interesting | Cultural Britain

$ptitle
\n"; include'linkunit.txt'; ?>

Add all or part of a name: 

'; $count = 1; while($row = mysql_fetch_object($q)){ if(isset($_GET['showall'])){ // if($count == 1){echo'

';} echo"$row->title
\n"; // if($count == (mysql_num_rows($q)/2)){echo'

';} // if($count == mysql_num_rows($q)){echo'

';} // $count ++; } else{ if($count > 1){echo"
\n";} echo"$row->title"; $count ++; } } echo'

'; } if(!isset($_GET['showall']) && !isset($_GET['county'])){ if(!function_exists('file_exists')){ function file_exists($path){ return (@fopen($path,"r")==true); } } while($picrow = mysql_fetch_object($pdata)){ if(file_exists("images/customs/$picrow->id.jpg")){ echo""; break; } } ?>

Contrary to what some would have us believe, the British are not a homogenous group, but rather a glorious mix of cultures. In some places one element still predominates, and has traditions that can readily be identified with say the Vikings, or the Celts. Many others fall into a catch-all 'don't know' category of folk customs. Our cultural life is all the richer for these survivals, some of which can be traced back thousands of years, others 'just' a few hundreds.

The more earnest may wish for straight faces and nods of appreciation at these eccentric events, but festivals were intended in the main to be joyous occasions, and should be fun now as they were when they began. With a few exceptions most of these traditions are accompanied by prolonged visits to the pub and/or consumption of large amounts of delightfully unhealthy food, activities in themselves of deep cultural significance to the British. If sides of venison have been replaced by hotdogs, mead by lager, so what, the important thing is celebration.

The weird and wonderful world of British folk traditions has many strands. Some events - like Blessing the Throats at St Ethelreda's in London's Ely Place are self-evidently religious in origin, and in that case Christian. Others predate the Christian era, for example the Whalton Baal fire held every July to celebrate the power of light, almost certainly Celtic in origin.

There are events that celebrate the gifts of the earth, and that in style when it involves wassailing. The gifts of a sea that is never far away in this country should likewise not be forgotten, and are celebrated every year on Tom Bowcock's eve in Cornwall.

Some defy interpretation: Turning the Devil's Stone in Shebbear, Devon, which would not disgrace a Doctor Who plot of the spookier type; or the Horn Dance in Abbots Bromley which still uses at least one set of Scandinavian reindeer horns a thousand years old.

And then there are some which to the outside eye are plain bonkers. Odd bonkers like the gurning in Cumbria. Dangerous bonkers like the near suicidal cheese rolling at Cooper's Hill; Allendale tar barrel carrying; the pyromaniac festival of Up-Helly-Aa in the Shetlands; or the surreal bottle-kicking football game at Hallaton in Leicestershire. If only they were Olympic events!

British Folk Customs by county: Show All

'; while($cou = mysql_fetch_object($co)){ if($check != $cou->cname){ echo"$cou->cname: "; $check = $cou->cname; } if($check != ''){echo" | \n";} echo"$cou->CountyName($cou->num)"; } include'dailyfeature.php'; ?>