Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)

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'; ?>
Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)

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'; ?>
Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)

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'; ?>
Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)

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'; ?>
Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)

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'; ?>
Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)

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'; ?>
Child's Play 3

Cast (34)

  • Justin Whalin

    Justin Whalin

    Andy Barclay

  • Brad Dourif

    Brad Dourif

    Chucky (voice)

  • Perrey Reeves

    Perrey Reeves

    Kristen De Silva

  • Jeremy Sylvers

    Jeremy Sylvers

    Ronald Tyler

  • Travis Fine

    Travis Fine

    Brett C. Shelton

  • Dean Jacobson

    Dean Jacobson

    Harold Aubrey Whitehurst

  • Peter Haskell

    Peter Haskell

    Sullivan

  • Dakin Matthews

    Dakin Matthews

    Colonel Cochrane

  • Andrew Robinson

    Andrew Robinson

    Sergeant Botnick

  • Burke Byrnes

    Burke Byrnes

    Sergeant Clark

  • Matthew Walker

    Matthew Walker

    Ellis

  • Donna Eskra

    Donna Eskra

    Ivers

  • Edan Gross

    Edan Gross

    Good Guy Doll (voice)

  • Terry Wills

    Terry Wills

    Garbage Man

  • Richard Marion

    Richard Marion

    Patterson

  • Laura Owens

    Laura Owens

    Lady Executive

  • Ron Fassler

    Ron Fassler

    Petzold

  • Michael Chieffo

    Michael Chieffo

    Security Guard

  • Henry G. Sanders

    Henry G. Sanders

    Major

  • Lois Foraker

    Lois Foraker

    Sergeant Frazier

  • David Ellzey

    David Ellzey

    Ghoul

  • Mark Christopher Lawrence

    Mark Christopher Lawrence

    Cop

  • Richard A. Pack

    Richard A. Pack

    Nelson

  • Michael Renna

    Michael Renna

    Cadet

  • Ryan Austine

    Ryan Austine

    Cadet

  • Kent Winfrey

    Kent Winfrey

    Cadet

  • Aimee Joy Slutske

    Aimee Joy Slutske

    Carnival Teenager

  • Alexis Kirschner

    Alexis Kirschner

    Carnival Kid

  • Jessica Kirschner

    Jessica Kirschner

    Carnival Kid

  • Sophie Owens-Bender

    Sophie Owens-Bender

    Carnival Kid

  • Hannah Owens-Bender

    Hannah Owens-Bender

    Carnival Kid

  • Kim Stockdale

    Kim Stockdale

    Mother

  • David Sosna

    David Sosna

    Trash Picker

  • Mark Taormino

    Mark Taormino

    Kent Blue Team Cadet (uncredited)