Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (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'; ?>
Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (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'; ?>
Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (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'; ?>
Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (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'; ?>
Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (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'; ?>
Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (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'; ?>
Night Court

Cast (17)

  • Phillips Holmes

    Phillips Holmes

    Mike Thomas

  • Walter Huston

    Walter Huston

    Judge Andrew J. Moffett

  • Anita Page

    Anita Page

    Mary Thomas

  • Lewis Stone

    Lewis Stone

    Judge William Osgood

  • Mary Carlisle

    Mary Carlisle

    Elizabeth Osgood

  • John Miljan

    John Miljan

    Crawford

  • Jean Hersholt

    Jean Hersholt

    Herman the Janitor

  • Tully Marshall

    Tully Marshall

    Grogan

  • Noel Francis

    Noel Francis

    Lil Baker

  • Reginald Barlow

    Reginald Barlow

    District Attorney Grant (uncredited)

  • George Cooper

    George Cooper

    Safecracking Thug (uncredited)

  • DeWitt Jennings

    DeWitt Jennings

    Court Policeman (uncredited)

  • Eily Malyon

    Eily Malyon

    Hungry Woman in Court (uncredited)

  • Rafaela Ottiano

    Rafaela Ottiano

    Evil Tongued Neighbor (uncredited)

  • Warner Richmond

    Warner Richmond

    Frame-Up Man Ed (uncredited)

  • Frank Sheridan

    Frank Sheridan

    Thomas H. 'Sam' Haskins (uncredited)

  • Harry Wilson

    Harry Wilson

    Acquitted Truck Driver (uncredited)