7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (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'; ?>
7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (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'; ?>
7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (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'; ?>
7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (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'; ?>
7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (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'; ?>
7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (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'; ?>
7 Faces of Dr. Lao

Cast (22)

  • Tony Randall

    Tony Randall

    Dr. Lao / The Abominable Snowman / Merlin the Magician / Apollonius of Tyana / Pan / The Giant Serpent / Medusa / Audience Member

  • Barbara Eden

    Barbara Eden

    Angela Benedict

  • Arthur O'Connell

    Arthur O'Connell

    Clint Stark

  • John Ericson

    John Ericson

    Ed Cunningham / Transformed Pan

  • Noah Beery Jr.

    Noah Beery Jr.

    Tim Mitchell

  • Lee Patrick

    Lee Patrick

    Mrs. Howard Cassin

  • Minerva Urecal

    Minerva Urecal

    Kate Lindquist

  • John Qualen

    John Qualen

    Luther Lindquist

  • Frank Kreig

    Frank Kreig

    Peter Ramsey

  • Peggy Rea

    Peggy Rea

    Mrs. Peter Ramsey

  • Eddie Little Sky

    Eddie Little Sky

    George C. George

  • Royal Dano

    Royal Dano

    Carey

  • Argentina Brunetti

    Argentina Brunetti

    Sarah Benedict

  • John Doucette

    John Doucette

    Lucas

  • Dal McKennon

    Dal McKennon

    Lean Cowboy

  • Frank Cady

    Frank Cady

    Mayor James Sargent

  • Chubby Johnson

    Chubby Johnson

    Fat Cowboy

  • Douglas Fowley

    Douglas Fowley

    Toothless Cowboy

  • Kevin Tate

    Kevin Tate

    Mike Benedict

  • Betsy Hale

    Betsy Hale

    Little Girl

  • George Cisar

    George Cisar

    Drunken Townsman (uncredited)

  • George J. Lewis

    George J. Lewis

    Mr. Frisco (uncredited)