The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Men of Sherwood Forest

Cast (29)

  • Don Taylor

    Don Taylor

    Robin Hood

  • Reginald Beckwith

    Reginald Beckwith

    Friar Tuck

  • Eileen Moore

    Eileen Moore

    Lady Alys

  • David King-Wood

    David King-Wood

    Sir Guy Belton

  • Douglas Wilmer

    Douglas Wilmer

    Sir Nigel Saltire

  • Harold Lang

    Harold Lang

    Hubert

  • Ballard Berkeley

    Ballard Berkeley

    Walter

  • Patrick Holt

    Patrick Holt

    King Richard

  • Wensley Pithey

    Wensley Pithey

    Hugo

  • Leslie Linder

    Leslie Linder

    Little John

  • John Van Eyssen

    John Van Eyssen

    Will Scarlett

  • Toke Townley

    Toke Townley

    Father David

  • Vera Pearce

    Vera Pearce

    Elvira

  • John Stuart

    John Stuart

    Moraine

  • Bernard Bresslaw

    Bernard Bresslaw

    Garth

  • John Kerr

    John Kerr

    Brian of Eskdale

  • Raymond Rollett

    Raymond Rollett

    Abbot St. Jude

  • Leonard Sachs

    Leonard Sachs

    Sheriff of Nottingham

  • Howard Lang

    Howard Lang

    Town Crier

  • Tom Bowman

    Tom Bowman

    Outlaw

  • Michael Godfrey

    Michael Godfrey

    Outlaw

  • Dennis Wyndham

    Dennis Wyndham

    Outlaw

  • Jack McNaughton

    Jack McNaughton

    Outlaw

  • Robert Hunter

    Robert Hunter

  • Peter Arne

    Peter Arne

  • Jack Arrow

    Jack Arrow

  • Jim Brady

    Jim Brady

  • Edward Hardwicke

    Edward Hardwicke

  • Jack May

    Jack May