1776

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)

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

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)

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

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)

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

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)

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

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)

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

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)

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

Cast (25)

  • William Daniels

    William Daniels

    John Adams

  • Howard Da Silva

    Howard Da Silva

    Dr. Benjamin Franklin

  • Ken Howard

    Ken Howard

    Thomas Jefferson

  • Blythe Danner

    Blythe Danner

    Martha Jefferson

  • Donald Madden

    Donald Madden

    John Dickinson (PA)

  • John Cullum

    John Cullum

    Edward Rutledge (SC)

  • David Ford

    David Ford

    Congressional President John Hancock (MA)

  • Ron Holgate

    Ron Holgate

    Richard Henry Lee (VA)

  • Emory Bass

    Emory Bass

    James Wilson (PA)

  • Virginia Vestoff

    Virginia Vestoff

    Abigail Adams

  • William Hansen

    William Hansen

    Caesar Rodney (DE)

  • Roy Poole

    Roy Poole

    Stephen Hopkins (RI)

  • Ray Middleton

    Ray Middleton

    Col. Thomas McKean (DE)

  • Stephen Nathan

    Stephen Nathan

    Courier

  • Ralston Hill

    Ralston Hill

    Charles Thomson

  • William Duell

    William Duell

    Andrew McNair

  • James Noble

    James Noble

    Rev. John Witherspoon (NJ)

  • Howard Caine

    Howard Caine

    Lewis Morris (NY)

  • Peter Forster

    Peter Forster

    Oliver Wolcott (CT)

  • John Myhers

    John Myhers

    Robert Livingston

  • Daniel Keyes

    Daniel Keyes

    Dr. Josiah Bartlett (NH)

  • Rex Robbins

    Rex Robbins

    Roger Sherman (CT)

  • Leo Leydon

    Leo Leydon

    George Read (DE)

  • Charles Rule

    Charles Rule

    Joseph Hewes (NC)

  • Patrick Hines

    Patrick Hines

    Samuel Chase (MD)