God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)

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'; ?>
God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)

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'; ?>
God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)

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'; ?>
God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)

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'; ?>
God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)

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'; ?>
God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)

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'; ?>
God Don't Make the Laws

Cast (17)

  • Ella Rae Peck

    Ella Rae Peck

    Colbie Palmer

  • Lucas Salvagno

    Lucas Salvagno

    Hawk Kodiak

  • Robert Prescott

    Robert Prescott

    Eddie Palmer

  • Peter Vack

    Peter Vack

    Joey Larch

  • Jason Jay Crabtree

    Jason Jay Crabtree

    Coach Harvey Cobb

  • Paul Sorvino

    Paul Sorvino

    Lewis

  • Bob Braswell

    Bob Braswell

    Johnny Stumbles

  • Chase Coleman

    Chase Coleman

    Brett Armstrong

  • Amber Mikesell

    Amber Mikesell

    Amanda

  • Kristina Kopf

    Kristina Kopf

    Ärztin

  • Jessica Cameron

    Jessica Cameron

    Kellnerin

  • Bruce Davison

    Bruce Davison

    Bud Kelly / Mayor

  • Tiffany Kiely

    Tiffany Kiely

    Betty Jean / Mayor

  • Brent Hampson

    Brent Hampson

  • James Gerhard

    James Gerhard

    Dark Suit #2

  • Ralph Scott

    Ralph Scott

    Dark Suit #1

  • Thom Gall

    Thom Gall

    City Manager

Crew (1)