Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk

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'; ?>
Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk

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'; ?>
Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk

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'; ?>
Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk

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'; ?>
Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk

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'; ?>
Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk

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'; ?>
Smokey Bites the Dust

Cast (23)

  • Jimmy McNichol

    Jimmy McNichol

    Roscoe Wilton

  • Janet Julian

    Janet Julian

    Peggy Sue Turner

  • Walter Barnes

    Walter Barnes

    Sheriff Turner

  • Patrick Campbell

    Patrick Campbell

    Lester

  • Kari Lizer

    Kari Lizer

    Cindy

  • John Blyth Barrymore

    John Blyth Barrymore

    Harold

  • Kedric Wolfe

    Kedric Wolfe

    Deputy Bentley

  • William Forsythe

    William Forsythe

    Kenny

  • Charles Howerton

    Charles Howerton

    Sheriff Lamar

  • Mel Welles

    Mel Welles

    Abu Habib Bibubu

  • Michael Greene

    Michael Greene

    Tall Arab

  • Dick Miller

    Dick Miller

    Owner of Vehicle

  • Rance Howard

    Rance Howard

    Football Coach

  • Beach Dickerson

    Beach Dickerson

    Band Director

  • Robert Beecher

    Robert Beecher

    Principal Stark

  • Nancy Parsons

    Nancy Parsons

    Harold's Mother

  • Tony Cox

    Tony Cox

    Desk Clerk

  • Jessica Griffiths

    Jessica Griffiths

    Cigarette smoking brat

  • Gene LeBell

    Gene LeBell

    Turk

  • Mickey Fox

    Mickey Fox

    Ms. 1940

  • Ben Frommer

    Ben Frommer

    Caesar Camaro

  • Charles B. Griffith

    Charles B. Griffith

    Mellow Rabbi (uncredited)

  • Angelo Rossitto

    Angelo Rossitto

    Desk Clerk