Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (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'; ?>
Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (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'; ?>
Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (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'; ?>
Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (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'; ?>
Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (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'; ?>
Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (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'; ?>
Future Kick

Cast (27)

  • Don Wilson

    Don Wilson

    Walker

  • Meg Foster

    Meg Foster

    Nancy

  • Chris Penn

    Chris Penn

    Bang

  • Eb Lottimer

    Eb Lottimer

    Hynes

  • Al Ruscio

    Al Ruscio

    Kraner

  • Jeff Pomerantz

    Jeff Pomerantz

    Howard

  • Linda Dona

    Linda Dona

    Tye

  • Shawn Phillips

    Shawn Phillips

    Two-1

  • Dana Lee

    Dana Lee

    Dr. Sado

  • Debbie James

    Debbie James

    New Body Announcer

  • Maria Ford

    Maria Ford

    Dancer

  • Rodger Halston

    Rodger Halston

    Cyber Punk #1

  • Beach Dickerson

    Beach Dickerson

    Hotel Clerk

  • Ryan MacDonald

    Ryan MacDonald

    Peter

  • Hayden Conner

    Hayden Conner

    Elana

  • Joe Mays

    Joe Mays

    Farney

  • William Utay

    William Utay

    Dr. Turner

  • Fred Scott

    Fred Scott

    Gus

  • Brenda Bolte

    Brenda Bolte

    Bartender

  • Caroline Cornell

    Caroline Cornell

    Gomez

  • Loyda Ramos

    Loyda Ramos

    Clerk

  • Leslie Drews

    Leslie Drews

    Jana

  • Jeff Langton

    Jeff Langton

    Andrews

  • Brian Gregory

    Brian Gregory

    Vagrant with Ring

  • William Widmaier

    William Widmaier

    Laserblade Champion

  • Ellen Statham

    Ellen Statham

    Laserblade Loser

  • Greg Robbins

    Greg Robbins

    Street Person (uncredited)