Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator

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'; ?>
Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator

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'; ?>
Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator

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'; ?>
Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator

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'; ?>
Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator

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'; ?>
Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator

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'; ?>
Super High Me

Cast (38)

  • Doug Benson

    Doug Benson

    Self

  • Sarah Silverman

    Sarah Silverman

    Self

  • Patton Oswalt

    Patton Oswalt

    Self

  • Jeff Ross

    Jeff Ross

    Self

  • Gary Cohan

    Gary Cohan

    Self

  • Robert Gore

    Robert Gore

    Self

  • Sean Tabibian

    Sean Tabibian

    Self

  • Paul F. Tompkins

    Paul F. Tompkins

    Self

  • Bob Odenkirk

    Bob Odenkirk

    Self

  • Graham Elwood

    Graham Elwood

    Self

  • Jimmy Dore

    Jimmy Dore

    Self

  • Greg Proops

    Greg Proops

    Self

  • Rob Huebel

    Rob Huebel

    Self

  • Rob Riggle

    Rob Riggle

    Self

  • Brian Posehn

    Brian Posehn

    Self

  • Arj Barker

    Arj Barker

    Self

  • Zach Galifianakis

    Zach Galifianakis

    Self

  • Calvin Frye

    Calvin Frye

    Self

  • Don Duncan

    Don Duncan

    Self

  • James Underdown

    James Underdown

    Self

  • Marc Emery

    Marc Emery

    Self

  • Dana Gould

    Dana Gould

    Self

  • Craig X. Rubin

    Craig X. Rubin

    Self

  • John Marty

    John Marty

    Self

  • Darrell Paulsen

    Darrell Paulsen

    Self

  • Missy Narrance

    Missy Narrance

    Self

  • Richard Lee

    Richard Lee

    Self

  • Andrew Glazier

    Andrew Glazier

    Self

  • Dennis Peron

    Dennis Peron

    Self

  • Jeffrey Prang

    Jeffrey Prang

    Self

  • John Smith

    John Smith

    Rogue Cop

  • Amit Itelman

    Amit Itelman

    Self

  • John Marty

    John Marty

    Self

  • Lynnette Shaw

    Lynnette Shaw

    Self

  • Alex Campbell

    Alex Campbell

    Self (uncredited)

  • Dave Navarro

    Dave Navarro

    Self (uncredited)

  • Ian Roberts

    Ian Roberts

    Self

  • Brian Unger

    Brian Unger

    Narrator