Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer

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'; ?>
Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer

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'; ?>
Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer

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'; ?>
Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer

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'; ?>
Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer

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'; ?>
Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer

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'; ?>
Beware! The Blob

Cast (20)

  • Robert Walker Jr.

    Robert Walker Jr.

    Bobby Hartford

  • Gwynne Gilford

    Gwynne Gilford

    Lisa Clark

  • Richard Stahl

    Richard Stahl

    Edward Fazio

  • Richard Webb

    Richard Webb

    Sheriff Jones

  • Shelley Berman

    Shelley Berman

    Mr. Carmel, Hair Stylist

  • Larry Hagman

    Larry Hagman

    Young Hobo

  • Carol Lynley

    Carol Lynley

    Leslie

  • Godfrey Cambridge

    Godfrey Cambridge

    Chester Hargis

  • Randy Stonehill

    Randy Stonehill

    Randy Guitar

  • Cindy Williams

    Cindy Williams

    Randy's Girlfriend

  • Marlene Clark

    Marlene Clark

    Mariane Hargis

  • Burgess Meredith

    Burgess Meredith

    Old Hobo

  • Dick Van Patten

    Dick Van Patten

    Scoutmaster Adleman

  • Rockne Tarkington

    Rockne Tarkington

    Deputy Williams

  • Gerrit Graham

    Gerrit Graham

    Ape Suited Party Guest

  • J.J. Johnston

    J.J. Johnston

    Deputy Kelly Davis

  • Danny Goldman

    Danny Goldman

    Bearded Teenager

  • Del Close

    Del Close

    Hobo Wearing eyepatch

  • Patrick McAllister

    Patrick McAllister

    Al - Repairman's Assistant

  • Byron Keith

    Byron Keith

    Bowling Customer