East Berks Ramblers

Berkshire Area

Remember to carry and drink plenty of water when walking in the current heat.
Save the dates: EBR AGM Sat 14/11/26 and Berkshire Area AGM Sat 28/11/2026
Windsor Group: single room available for HF Selworthy 4-7 Sept £294.75 Contact Joyce 07887 375322

Display a list of Leader/contacts

<?php
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl ="http://www.ramblers.org.uk/api/lbs/walks?groups=de02";

$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file

$display= new RJsonwalksStdLeaderstable(); // code to display the walks in a particular format

$feed->Display($display);  // display walks information

?>

<?php
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl ="http://www.ramblers.org.uk/api/lbs/walks?groups=de02";

$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file

$display= new RJsonwalksStdLeaderstable(); // code to display the walks in a particular format

$feed->Display($display);  // display walks information

?>