Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee

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'; ?>
Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee

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'; ?>
Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee

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'; ?>
Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee

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'; ?>
Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee

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'; ?>
Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee

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'; ?>
Wish You Were Here

Cast (30)

  • Emily Lloyd

    Emily Lloyd

    Lynda Mansell

  • Tom Bell

    Tom Bell

    Eric

  • Jesse Birdsall

    Jesse Birdsall

    Dave

  • Clare Clifford

    Clare Clifford

    Mrs. Parfitt

  • Sheila Kelley

    Sheila Kelley

    Joan Figgis

  • Trudi Cavanagh

    Trudi Cavanagh

    Tap Dancing Lady

  • Barbara Durkin

    Barbara Durkin

    Valerie

  • Geoffrey Hutchings

    Geoffrey Hutchings

    Hubert Mansell

  • Charlotte Barker

    Charlotte Barker

    Gillian

  • Chloe Leland

    Chloe Leland

    Margaret

  • Pat Heywood

    Pat Heywood

    Aunt Millie

  • Charlotte Ball

    Charlotte Ball

    Lynda Mansell (aged 11)

  • Abigail Leland

    Abigail Leland

    Margaret (aged 7)

  • Susan Skipper

    Susan Skipper

    Lynda’s Mother

  • Geoffrey Durham

    Geoffrey Durham

    Harry Figgis

  • Neville Smith

    Neville Smith

    Cinema Manager

  • Lee Whitlock

    Lee Whitlock

    Brian

  • Frederick Hall

    Frederick Hall

    Passenger with Brolly

  • Bob Flag

    Bob Flag

    Mental Patient

  • Bob Flag

    Bob Flag

    Dr Holroyd

  • William Lawford

    William Lawford

    Uncle Brian

  • Pamela Duncan

    Pamela Duncan

    Mrs Hartley

  • Pamela Duncan

    Pamela Duncan

    Fish and Chip Shop Van Customer

  • David Hatton

    David Hatton

    Policeman

  • Ben Daniels

    Ben Daniels

    Maisie Mathews

  • Kim McDermott

    Kim McDermott

    Vickie

  • Barrie Houghton

    Barrie Houghton

    Café Manager

  • Jim Dowdall

    Jim Dowdall

    Cook

  • Dani Phelps

    Dani Phelps

    The Baby

  • Marjorie Sudell

    Marjorie Sudell

    Lady with Hurt Knee