Pembrokeshire

<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
$options = new RJsonwalksFeedoptions("PE01");
$feed=new RJsonwalksFeed($options);
$display= new RJsonwalksStdWalktable(); // code to display the walks in a particular format
$feed->Display($display); // display walks information

?>