The Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)

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 Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)

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 Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)

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 Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)

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 Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)

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 Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)

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 Chair

Cast (22)

  • James Coco

    James Coco

    Dr. Harold Woodhouse Langer

  • Trini Alvarado

    Trini Alvarado

    Lisa Titus

  • Paul Benedict

    Paul Benedict

    Warden Edward Dwyer

  • Gary McCleery

    Gary McCleery

    Rick Donner

  • Stephen Geoffreys

    Stephen Geoffreys

    Roach

  • Ron Taylor

    Ron Taylor

    Tiny

  • Jack Betts

    Jack Betts

    Detective

  • Mark von Holstein

    Mark von Holstein

    Mazzini

  • Calvin Levels

    Calvin Levels

    Wilma

  • Brad Greenquist

    Brad Greenquist

    Mushmouth

  • Paul Calderon

    Paul Calderon

    Pizza

  • Antonio Aponte

    Antonio Aponte

    Romeo

  • Jihmi Kennedy

    Jihmi Kennedy

    Walkman

  • Mike Starr

    Mike Starr

    Wilson

  • Jamie Tirelli

    Jamie Tirelli

    Luis Rodríguez

  • Daryl Edwards

    Daryl Edwards

    Bob

  • Willie C. Carpenter

    Willie C. Carpenter

    Al

  • Clark Morgan

    Clark Morgan

    The Power Inspector

  • Richard Edson

    Richard Edson

    Riot Leader

  • John Eric Bentley

    John Eric Bentley

    Warden Callahan

  • Wayne Keeley

    Wayne Keeley

    Inmate

  • Gordy Owens

    Gordy Owens

    Brian Reed (uncredited)