Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer

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'; ?>
Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer

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'; ?>
Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer

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'; ?>
Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer

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'; ?>
Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer

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'; ?>
Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer

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'; ?>
Bicentennial Man

Cast (46)

  • Robin Williams

    Robin Williams

    Andrew

  • Embeth Davidtz

    Embeth Davidtz

    Little Miss / Portia

  • Sam Neill

    Sam Neill

    Sir

  • Oliver Platt

    Oliver Platt

    Rupert Burns

  • Kiersten Warren

    Kiersten Warren

    Galatea Robotic / Human

  • Wendy Crewson

    Wendy Crewson

    Ma'am

  • Hallie Eisenberg

    Hallie Eisenberg

    Little Miss 7 yrs. old

  • Lindze Letherman

    Lindze Letherman

    Miss 9 yrs. old

  • Angela Landis

    Angela Landis

    Miss

  • John Michael Higgins

    John Michael Higgins

    Bill Feingold

  • Bradley Whitford

    Bradley Whitford

    Lloyd

  • Igor Hiller

    Igor Hiller

    Lloyd 10 yrs. old

  • Joe Bellan

    Joe Bellan

    Robot Delivery Man

  • Brett Wagner

    Brett Wagner

    Robot Delivery Man

  • Stephen Root

    Stephen Root

    Dennis Mansky

  • Scott Waugh

    Scott Waugh

    Motorcycle Punk

  • Quinn Smith

    Quinn Smith

    Frank

  • Kristy Connelly

    Kristy Connelly

    Monica

  • Jay Johnston

    Jay Johnston

    Charles

  • George D. Wallace

    George D. Wallace

    Male President

  • Lynne Thigpen

    Lynne Thigpen

    Female President

  • Ples Griffin

    Ples Griffin

    Zimbabwe Representative

  • Marcia Pizzo

    Marcia Pizzo

    Lloyd's Wife

  • Paula DuPré Pesmen

    Paula DuPré Pesmen

    Feingold's Assistant

  • Clarke Devereux

    Clarke Devereux

    Priest

  • Bruce Kenneth Wagner

    Bruce Kenneth Wagner

    Engagement Party Guest

  • Paula West

    Paula West

    Singer

  • Kevin 'Tiny' Ancell

    Kevin 'Tiny' Ancell

    Restoration Worker #1

  • Richard Cross

    Richard Cross

    Restoration Worker #2

  • Adam Bryant

    Adam Bryant

    Humanoid Head

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • Billy Bryan

    Billy Bryan

    Puppeteer

  • Christopher Nelson

    Christopher Nelson

    Puppeteer

  • Jim Kundig

    Jim Kundig

    Puppeteer

  • Terry Sandin

    Terry Sandin

    Puppeteer

  • Mike Elizalde

    Mike Elizalde

    Puppeteer

  • Mark Garbarino

    Mark Garbarino

    Puppeteer

  • Christian Ristow

    Christian Ristow

    Puppeteer

  • Leonard MacDonald

    Leonard MacDonald

    Puppeteer

  • Dan Rebett

    Dan Rebett

    Puppeteer

  • Bernhard Eichholz

    Bernhard Eichholz

    Puppeteer

  • Evan Brainard

    Evan Brainard

    Puppeteer

  • Benny Buettner

    Benny Buettner

    Puppeteer

  • Kamela Portuges

    Kamela Portuges

    Puppeteer

  • Michael Steffe

    Michael Steffe

    Puppeteer

  • Mark Walas

    Mark Walas

    Puppeteer