Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman

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'; ?>
Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman

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'; ?>
Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman

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'; ?>
Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman

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'; ?>
Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman

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'; ?>
Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman

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'; ?>
Li'l Abner

Cast (23)

  • Peter Palmer

    Peter Palmer

    Li'l Abner Yokum

  • Leslie Parrish

    Leslie Parrish

    Daisy Mae

  • Stubby Kaye

    Stubby Kaye

    Marryin' Sam

  • Julie Newmar

    Julie Newmar

    Stupefyin' Jones

  • Billie Hayes

    Billie Hayes

    Pansy ('Mammy') Yokum

  • Joe E. Marks

    Joe E. Marks

    Pappy Yokum

  • Stella Stevens

    Stella Stevens

    Appassionata Von Climax

  • Bernd Hoffmann

    Bernd Hoffmann

    Earthquake McGoon

  • Howard St. John

    Howard St. John

    General Bullmoose

  • Al Nesor

    Al Nesor

    Evil Eye Fleagle

  • Robert Strauss

    Robert Strauss

    Romeo Scragg

  • William Lanteau

    William Lanteau

    Available Jones

  • Ted Thurston

    Ted Thurston

    Senator Jack S. Phogbound

  • Carmen Alvarez

    Carmen Alvarez

    Moonbeam McSwine

  • Alan Carney

    Alan Carney

    Mayor Dawgmeat

  • Diki Lerner

    Diki Lerner

    Lonesome Polecat

  • Valerie Harper

    Valerie Harper

    Dogpatch girl

  • Beth Howland

    Beth Howland

    Dogpatch girl

  • Joe Ploski

    Joe Ploski

    Hairless Joe

  • Stanley Simmonds

    Stanley Simmonds

    Rasmussen T. Finsdale

  • Jerry Lewis

    Jerry Lewis

    Cameo / Itchy McGrathy

  • Donna Douglas

    Donna Douglas

    Dogpatch Girl

  • Ann Kunde

    Ann Kunde

    Dogpatch Woman