My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat

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'; ?>
My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat

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'; ?>
My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat

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'; ?>
My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat

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'; ?>
My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat

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'; ?>
My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat

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'; ?>
My Mom's a Werewolf

Cast (24)

  • Susan Blakely

    Susan Blakely

    Leslie Shaber

  • John Saxon

    John Saxon

    Harry Thropen

  • Tina Caspary

    Tina Caspary

    Jennifer Shaber

  • John Schuck

    John Schuck

    Howard Shaber

  • Diana Barrows

    Diana Barrows

    Stacey Pubah

  • Ruth Buzzi

    Ruth Buzzi

    Madame Gypsy

  • Marcia Wallace

    Marcia Wallace

    Peggy

  • Geno Silva

    Geno Silva

    Dr. Rod Rodriguez

  • Marilyn McCoo

    Marilyn McCoo

    Celia Celica

  • Lou Cutell

    Lou Cutell

    Butcher

  • Lucy Lee Flippin

    Lucy Lee Flippin

    Nurse Mammosa

  • Yetta

    Yetta

    Woman

  • Charlie Holliday

    Charlie Holliday

    Officer Demeyer

  • Chris Hubbell

    Chris Hubbell

    Officer Cooper

  • Phil Rubenstein

    Phil Rubenstein

    Malcolm Macafee

  • Shaun Del Grande

    Shaun Del Grande

    Ralph

  • Joe Stark

    Joe Stark

    Old Man in Car

  • John Briganti

    John Briganti

    Bratty Kid

  • Kimmy Robertson

    Kimmy Robertson

    Pedestrian

  • Mike Ceballos

    Mike Ceballos

    Punk

  • Zane W. Levitt

    Zane W. Levitt

    Cop in Alley

  • Hans Howes

    Hans Howes

    Howard's Friend

  • David Ursin

    David Ursin

    Howard's Friend

  • Jacqueline Jacobs

    Jacqueline Jacobs

    Lunch Meat