The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane

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'; ?>
The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane

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'; ?>
The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane

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'; ?>
The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane

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'; ?>
The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane

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'; ?>
The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane

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'; ?>
The Saint

Cast (30)

  • Val Kilmer

    Val Kilmer

    Simon Templar

  • Elisabeth Shue

    Elisabeth Shue

    Emma Russell

  • Rade Šerbedžija

    Rade Šerbedžija

    Ivan Tretiak

  • Henry Goodman

    Henry Goodman

    Dr. Lev Botvin

  • Alun Armstrong

    Alun Armstrong

    Inspector Teal

  • Michael Byrne

    Michael Byrne

    Vereshagin

  • Irina Apeksimova

    Irina Apeksimova

    Frankie

  • Lev Prygunov

    Lev Prygunov

    General Sklarov

  • Charlotte Cornwell

    Charlotte Cornwell

    Inspector Rabineau

  • Emily Mortimer

    Emily Mortimer

    Woman on Plane

  • Lucija Šerbedžija

    Lucija Šerbedžija

    Russian Prostitute

  • Velibor Topic

    Velibor Topic

    Skinhead

  • Tommy Flanagan

    Tommy Flanagan

    Scarface

  • Egor Pazenko

    Egor Pazenko

    Scratchface

  • Adam C. Smith

    Adam C. Smith

    Young Simon Templar

  • Pat Laffan

    Pat Laffan

    Catholic Priest

  • Verity-Jane Dearsley

    Verity-Jane Dearsley

    Agnes

  • Michael Marquez

    Michael Marquez

    Boy in Orphanage

  • Lorelei King

    Lorelei King

    TV Reporter

  • Alla Kazanskaya

    Alla Kazanskaya

    Old Russian Lady

  • Ronnie Letham

    Ronnie Letham

    Old Russian Man

  • Tusse Silberg

    Tusse Silberg

    Prostitute's Mother

  • Peter Guinness

    Peter Guinness

    Frankie's Curator

  • Stefan Gryff

    Stefan Gryff

    President's Aide

  • Malcolm Tierney

    Malcolm Tierney

    Russian Doctor

  • Christopher Rozycki

    Christopher Rozycki

  • Valery Nikolaev

    Valery Nikolaev

    Ilya Tretiak

  • Roger Moore

    Roger Moore

    Car Radio Announcer (voice)

  • Evgeniy Lazarev

    Evgeniy Lazarev

    President Karpov

  • Michael Cochrane

    Michael Cochrane