Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13

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'; ?>
Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13

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'; ?>
Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13

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'; ?>
Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13

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'; ?>
Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13

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'; ?>
Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13

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'; ?>
Mom and Dad Save the World

Cast (19)

  • Teri Garr

    Teri Garr

    Marge Nelson

  • Jeffrey Jones

    Jeffrey Jones

    Dick Nelson

  • Jon Lovitz

    Jon Lovitz

    Emperor Tod Spengo

  • Thalmus Rasulala

    Thalmus Rasulala

    General Afir

  • Wallace Shawn

    Wallace Shawn

    Sibor, Semage's Beau

  • Eric Idle

    Eric Idle

    King Raff

  • Dwier Brown

    Dwier Brown

    Sirk, Raff's Son

  • Kathy Ireland

    Kathy Ireland

    Semage, Raff's Daughter

  • Suzanne Ventulett

    Suzanne Ventulett

    Stephanie Nelson

  • Michael Stoyanov

    Michael Stoyanov

    Carl, Stephanie's Boyfriend

  • Danny Cooksey

    Danny Cooksey

    Alan Nelson

  • Charlie Dell

    Charlie Dell

    Minister for Wedding

  • Laurie Main

    Laurie Main

    Chorus Master

  • Jim Maniaci

    Jim Maniaci

    Gunnery Operator

  • Dennis Madalone

    Dennis Madalone

    Sentry Rebel

  • Jeff Doucette

    Jeff Doucette

    Captain Destroyer

  • Jonathan Stark

    Jonathan Stark

    Lieutenant Destroyer

  • Jack Angel

    Jack Angel

    Additional Voices (voice)

  • Ed Solomon

    Ed Solomon

    Destroyer #13