The Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self

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 Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self

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 Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self

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 Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self

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 Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self

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 Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self

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 Curse of the Dragon

Cast (22)

  • George Takei

    George Takei

    Narrator (voice)

  • Bruce Lee

    Bruce Lee

    Self (archive footage)

  • Steve McQueen

    Steve McQueen

    Self (archive footage)

  • Kareem Abdul-Jabbar

    Kareem Abdul-Jabbar

    Self

  • Shelton Chow

    Shelton Chow

    Self

  • Alex Ben Block

    Alex Ben Block

    Self

  • James Coburn

    James Coburn

    Self

  • Hayward Nishioka

    Hayward Nishioka

    Self

  • Lee Jan-Fai

    Lee Jan-Fai

    Self

  • Lee Hoi-Chuen

    Lee Hoi-Chuen

    Self (archive footage)

  • Jesse Glover

    Jesse Glover

    Self

  • George Tan

    George Tan

    Self

  • Dan Inosanto

    Dan Inosanto

    Self

  • Robert Wall

    Robert Wall

    Self

  • Jhoon Rhee

    Jhoon Rhee

    Self

  • Pat E. Johnson

    Pat E. Johnson

    Self

  • Fred Weintraub

    Fred Weintraub

    Self

  • Albert Goldman

    Albert Goldman

    Self

  • Pat Burleson

    Pat Burleson

    Self

  • Brandon Lee

    Brandon Lee

    Self (archive footage)

  • Linda Lee Cadwell

    Linda Lee Cadwell

    Self (archive footage)

  • Taky Kimura

    Taky Kimura

    Self