Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier

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'; ?>
Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier

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'; ?>
Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier

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'; ?>
Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier

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'; ?>
Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier

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'; ?>
Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier

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'; ?>
Victory at Entebbe

Cast (27)

  • Helmut Berger

    Helmut Berger

    Wilfried Böse

  • Theodore Bikel

    Theodore Bikel

    Yakov Shlomo

  • Linda Blair

    Linda Blair

    Chana Vilnofsky

  • Kirk Douglas

    Kirk Douglas

    Herschel Vilnofsky

  • Richard Dreyfuss

    Richard Dreyfuss

    Colonel Yonatan 'Yonni' Netanyahu

  • Stefan Gierasch

    Stefan Gierasch

    General Mordecai Gur

  • David Groh

    David Groh

    Benjamin Wise

  • Julius Harris

    Julius Harris

    President Idi Amin

  • Helen Hayes

    Helen Hayes

    Etta Grossman-Wise

  • Anthony Hopkins

    Anthony Hopkins

    Prime Minister Yitzhak Rabin

  • Burt Lancaster

    Burt Lancaster

    Shimon Peres

  • Christian Marquand

    Christian Marquand

    Captain Dukas

  • Elizabeth Taylor

    Elizabeth Taylor

    Edra Vilnofsky

  • Jessica Walter

    Jessica Walter

    Nomi Haroun

  • Harris Yulin

    Harris Yulin

    General Dan Shomron

  • Bibi Besch

    Bibi Besch

    German Woman

  • David Sheiner

    David Sheiner

    Aaron Olav

  • Severn Darden

    Severn Darden

    Moshe Meyer

  • Ben Hammer

    Ben Hammer

    Yaakobi

  • Anthony James

    Anthony James

    Gamal Fahmy

  • Victor Mohica

    Victor Mohica

    Jaif

  • Erica Yohn

    Erica Yohn

    Belgian Woman

  • Lilyan Chauvin

    Lilyan Chauvin

    French Nun

  • Miriam Byrd-Nethery

    Miriam Byrd-Nethery

    Nun's Ward

  • Kristina Wayborn

    Kristina Wayborn

    Claudine

  • Austin Stoker

    Austin Stoker

    Dr. Ghota

  • Dimitri Logothetis

    Dimitri Logothetis

    Young Soldier