A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (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'; ?>
A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (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'; ?>
A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (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'; ?>
A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (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'; ?>
A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (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'; ?>
A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (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'; ?>
A Question of Honor

Cast (26)

  • Ben Gazzara

    Ben Gazzara

    Detective Joe DeFalco

  • Paul Sorvino

    Paul Sorvino

    Carlo Danzie

  • Robert Vaughn

    Robert Vaughn

    Frederick Walker

  • Tony Roberts

    Tony Roberts

    Marlowe

  • Danny Aiello

    Danny Aiello

    Martelli

  • Carol Eve Rossen

    Carol Eve Rossen

    Jeannie DeFalco

  • Steve Inwood

    Steve Inwood

    Luke Romano

  • Anthony Zerbe

    Anthony Zerbe

    Captain Marcus

  • Héctor Mercado

    Héctor Mercado

    Stallard

  • Barton Heyman

    Barton Heyman

    Al Krikorian

  • Lance Henriksen

    Lance Henriksen

    Wiley

  • Donna Mitchell

    Donna Mitchell

    Mickie

  • Donald Symington

    Donald Symington

    Kane

  • John Brandon

    John Brandon

    Horne

  • Sam Coppola

    Sam Coppola

    John

  • Mimi Cozzens

    Mimi Cozzens

    Rita Martelli

  • Gina DeAngeles

    Gina DeAngeles

    Mama DeFalco

  • Nick Discenza

    Nick Discenza

    Sal

  • Frank Gio

    Frank Gio

    Boston

  • Tom LaBruno

    Tom LaBruno

    Joey

  • Dick Latessa

    Dick Latessa

    Charlie

  • Bob Levine

    Bob Levine

    HQ Officer

  • Marie Puma

    Marie Puma

    Teresa

  • Joanne Rizzo

    Joanne Rizzo

    Marie

  • John Scott Martin

    John Scott Martin

    Repeat Agent

  • Joe Spinell

    Joe Spinell

    Masked witness (uncredited)