Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4

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'; ?>
Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4

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'; ?>
Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4

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'; ?>
Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4

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'; ?>
Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4

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'; ?>
Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4

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'; ?>
Little Treasure

Cast (30)

  • Margot Kidder

    Margot Kidder

    Margo

  • Ted Danson

    Ted Danson

    Eugene Wilson

  • Burt Lancaster

    Burt Lancaster

    Delbert Teschmacher

  • Joseph Hacker

    Joseph Hacker

    Norman Kane

  • Malena Doria

    Malena Doria

    Evangelina

  • John Pearce

    John Pearce

    Joseph

  • Gladys Holland

    Gladys Holland

    Sadie

  • Bill Zuckert

    Bill Zuckert

    Charlie Parker

  • James Hall

    James Hall

    Chuck

  • Leonor Llausás

    Leonor Llausás

    Barmaid

  • Ricardo Gallarzo Jr.

    Ricardo Gallarzo Jr.

    Bus Driver

  • Rodolfo De Alexandre

    Rodolfo De Alexandre

    Bird Seller

  • Enrique Lucero

    Enrique Lucero

    Priest

  • George Belanger

    George Belanger

    Customs Officer

  • Patrick Welch

    Patrick Welch

    Man in Bar

  • Julia Williams

    Julia Williams

    Kane's Friend

  • Glenda Moore

    Glenda Moore

    Kane's Friend

  • Walter Eggen

    Walter Eggen

    Kane's Friend

  • Dieter Koll

    Dieter Koll

    Kane's Friend

  • Roberta Rose

    Roberta Rose

    Cocktail Waitress

  • Carol Marie

    Carol Marie

    Cocktail Waitress

  • Samantha Swan

    Samantha Swan

    Cashier

  • Lupe Ontiveros

    Lupe Ontiveros

    Market Voice #1

  • Joaquín Martínez

    Joaquín Martínez

    Market Voice #2

  • Deborah Fallender

    Deborah Fallender

    Cantina Voice #1

  • Enrique Castillo

    Enrique Castillo

    Cantina Voice #2

  • Burton Sharp

    Burton Sharp

    Bar Voice #1

  • Dyana Ortelli

    Dyana Ortelli

    Bar Voice #2

  • Tonyo Meléndez

    Tonyo Meléndez

    Bar Voice #3

  • Mitch Carter

    Mitch Carter

    Bar Voice #4