WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth

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'; ?>
WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth

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'; ?>
WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth

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'; ?>
WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth

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'; ?>
WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth

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'; ?>
WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth

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'; ?>
WCW Spring Stampede 1997

Cast (26)

  • Randy Poffo

    Randy Poffo

    "Macho Man" Randy Savage

  • Page Falkinburg Jr.

    Page Falkinburg Jr.

    "Diamond" Dallas Page

  • Paul Wight

    Paul Wight

    The Giant

  • Larry Pfohl

    Larry Pfohl

    "The Total Package" Lex Luger

  • Booker Huffman, Jr.

    Booker Huffman, Jr.

    Booker T

  • Lash Huffman

    Lash Huffman

    Stevie Ray

  • Rob Rechsteiner

    Rob Rechsteiner

    Rick Steiner

  • Kevin Nash

    Kevin Nash

    Himself

  • Dean Simon

    Dean Simon

    "The Iceman" Dean Malenko

  • Chris Benoit

    Chris Benoit

    "Crippler" Chris Benoit

  • Steve McMichael

    Steve McMichael

    Steve "Mongo" McMichael

  • Jeffrey Jarrett

    Jeffrey Jarrett

    "Double J" Jeff Jarrett

  • Ted Petty

    Ted Petty

    "Flyboy" Rocco Rock

  • Mike Durham

    Mike Durham

    Johnny Grunge

  • Mike Hayner

    Mike Hayner

    Prince Iaukea

  • Darren Matthews

    Darren Matthews

    "Lord" Steven Regal

  • Hisako Sasaki

    Hisako Sasaki

    Akira Hokuto

  • Debrah Miceli

    Debrah Miceli

    Madusa

  • Óscar Gutiérrez

    Óscar Gutiérrez

    Rey Misterio Jr.

  • Yoshihiro Asai

    Yoshihiro Asai

    Último Dragón

  • Sean Waltman

    Sean Waltman

    Syxx-Pac

  • Debra Marshall

    Debra Marshall

    Debra McMichael

  • Nancy Toffoloni

    Nancy Toffoloni

    Woman

  • Ted DiBiase Sr.

    Ted DiBiase Sr.

    Ted DiBiase (Manager)

  • Kimberly Page

    Kimberly Page

    Herself

  • Elizabeth Hulette

    Elizabeth Hulette

    Miss Elizabeth