Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil

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'; ?>
Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil

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'; ?>
Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil

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'; ?>
Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil

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'; ?>
Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil

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'; ?>
Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil

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'; ?>
Penelope

Cast (29)

  • Christina Ricci

    Christina Ricci

    Penelope Wilhern

  • James McAvoy

    James McAvoy

    Johnny/Max

  • Catherine O'Hara

    Catherine O'Hara

    Jessica Wilhern

  • Reese Witherspoon

    Reese Witherspoon

    Annie

  • Peter Dinklage

    Peter Dinklage

    Lemon

  • Richard E. Grant

    Richard E. Grant

    Franklin Wilhern

  • Simon Woods

    Simon Woods

    Edward Vanderman

  • Nigel Havers

    Nigel Havers

    Mr. Vanderman

  • Christina Greatrex

    Christina Greatrex

    Mrs. Vanderman

  • Michael Feast

    Michael Feast

    Jake/Witch

  • Ronni Ancona

    Ronni Ancona

    Wanda

  • Richard Leaf

    Richard Leaf

    Jack the Bartender

  • Lenny Henry

    Lenny Henry

    Krull

  • Nick Frost

    Nick Frost

    Max

  • Russell Brand

    Russell Brand

    Sam the Jazz Club Owner

  • James Howard

    James Howard

    Reporter Outside Hospital 1

  • Paul Viragh

    Paul Viragh

    Reporter in Mr. Vanderman's Office

  • Eve Pearce

    Eve Pearce

    Old Lady Card Player

  • Martin McDougall

    Martin McDougall

    Dr. Stone

  • Burn Gorman

    Burn Gorman

    Larry

  • Simon Chandler

    Simon Chandler

    Doctor

  • Andrew Bailey

    Andrew Bailey

    Floorman in Card Club

  • John Voce

    John Voce

    Station Cop

  • Tallulah Evans

    Tallulah Evans

    Little Girl in Photobooth

  • Pam Phillips

    Pam Phillips

    Old Lady in Photobooth

  • Shaun Parkes

    Shaun Parkes

    Reporter Outside Hospital 2

  • Todd Boyce

    Todd Boyce

    Preacher

  • Matt Rippy

    Matt Rippy

    Chauffeur (uncredited)

  • Preston Nyman

    Preston Nyman

    Boy Pupil