East Surrey Walkers

Walking for Pleasure

Please arrive at least 15 minutes before the stated start time - Walks start promptly!

Click on a walk to view the full details. For SatNav users, the Postcode shown is for the nearest building to the car park, and therefore may not be as accurate as the Grid Reference for country car parks. You can see a map of the all the walk start locations here.
For the Wednesday LINEAR walks, always confirm the meeting place and transport details with Nick or Bryan beforehand, in case arrangements have changed.
Details of how we grade our walks can be found here.

 

<?php
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl ="http://www.ramblers.org.uk/api/lbs/walks?groups=SR02";
$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file

$feed->setNewWalks(7);

$display= new RJsonwalksSr02Fulldetails(); // code to display the walks in a particular format
$feed->Display($display); // display walks information

?>