Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)

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'; ?>
Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)

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'; ?>
Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)

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'; ?>
Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)

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'; ?>
Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)

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'; ?>
Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)

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'; ?>
Did You Hear About the Morgans?

Cast (25)

  • Hugh Grant

    Hugh Grant

    Paul Morgan

  • Sarah Jessica Parker

    Sarah Jessica Parker

    Meryl Morgan

  • Sam Elliott

    Sam Elliott

    Clay Wheeler

  • Mary Steenburgen

    Mary Steenburgen

    Emma Wheeler

  • Elisabeth Moss

    Elisabeth Moss

    Jackie Drake

  • Michael Kelly

    Michael Kelly

    Vincent

  • Wilford Brimley

    Wilford Brimley

    Earl Granger

  • Jesse Liebman

    Jesse Liebman

    Adam Feller

  • David Call

    David Call

    Doc D. Simmons

  • Kim Shaw

    Kim Shaw

    Nurse Kelly

  • Seth Gilliam

    Seth Gilliam

    U.S. Marshal Lasky

  • Natalia Klimas

    Natalia Klimas

    Monique Rabelais

  • Vincenzo Amato

    Vincenzo Amato

    Girard Rabelais

  • Sándor Técsy

    Sándor Técsy

    Anton Forenski

  • Kevin Dotcom Brown

    Kevin Dotcom Brown

    U.S. Marshal Henderson

  • Steven Boyer

    Steven Boyer

    U.S. Marshal Ferber

  • Sharon Wilkins

    Sharon Wilkins

    U.S. Marshal King

  • Christopher Atwood

    Christopher Atwood

    U.S. Marshal at Rodeo

  • Dana Ivey

    Dana Ivey

    Trish Pinger

  • Gracie Lawrence

    Gracie Lawrence

    Lucy Granger (as Gracie Bea Lawrence)

  • Laura Fremont

    Laura Fremont

    Dancer

  • Sarah Mitchell

    Sarah Mitchell

    Dancer

  • Mandy Moore

    Mandy Moore

    Dancer (as Mandy Jo Moore)

  • Bart the Bear II

    Bart the Bear II

    Bear

  • Finder's Key

    Finder's Key

    Horse

Crew (82)