The Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)

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 Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)

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 Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)

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 Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)

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 Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)

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 Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)

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 Animal

Cast (35)

  • Rob Schneider

    Rob Schneider

    Marvin Mange

  • Colleen Haskell

    Colleen Haskell

    Rianna

  • John C. McGinley

    John C. McGinley

    Sgt. Sisk

  • Ed Asner

    Ed Asner

    Chief Wilson

  • Michael Caton

    Michael Caton

    Dr. Wilder

  • Louis Lombardi

    Louis Lombardi

    Fatty

  • Guy Torry

    Guy Torry

    Miles

  • Bob Rubin

    Bob Rubin

    Bob Harris

  • Pilar Schneider

    Pilar Schneider

    Mrs. De La Rosa

  • Scott Wilson

    Scott Wilson

    Mayor

  • Raymond Ma

    Raymond Ma

    Mr. Tam

  • Michael Papajohn

    Michael Papajohn

    Patrolman Brady

  • Ron Roggé

    Ron Roggé

    Patrolman Jaworski

  • Holly Maples

    Holly Maples

    Elkerton Police Officer

  • Henriette Mantel

    Henriette Mantel

    Elkerton Police Officer

  • Jeremy Kramer

    Jeremy Kramer

    Elkerton Police Officer

  • Robb Skyler

    Robb Skyler

    Elkerton Police Officer

  • Philip Bolden

    Philip Bolden

    Evidence Room Kid

  • Timmy Deters

    Timmy Deters

    Evidence Room Kid

  • Megan Taylor Harvey

    Megan Taylor Harvey

    Evidence Room Kid

  • Mitch Holleman

    Mitch Holleman

    Evidence Room Kid

  • Charlie Stewart

    Charlie Stewart

    Evidence Room Kid

  • Elizabeth Branson

    Elizabeth Branson

    Heavy Set Cadet

  • Sandra Lee Gimpel

    Sandra Lee Gimpel

    Obstacle Course Lady

  • Arthur Bernard

    Arthur Bernard

    Elderly Jogger

  • Tim Herzog

    Tim Herzog

    Badger Milk Host

  • Berglind Icey

    Berglind Icey

    Yolanda

  • Tom McNulty

    Tom McNulty

    Airline Steward

  • Morisa Taylor Kaplan

    Morisa Taylor Kaplan

    Mailbox Girl

  • Noel Gugliemi

    Noel Gugliemi

    Gang Leader

  • Adam Sandler

    Adam Sandler

    Townie

  • Norm Macdonald

    Norm Macdonald

    Mob Member

  • John Farley

    John Farley

    Other Mob

  • Cloris Leachman

    Cloris Leachman

    Cat Lady (uncredited)

  • Harry Dean Stanton

    Harry Dean Stanton

    Hunter (uncredited)

Crew (132)