Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot

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'; ?>
Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot

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'; ?>
Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot

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'; ?>
Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot

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'; ?>
Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot

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'; ?>
Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot

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'; ?>
Solo

Cast (28)

  • Mario Van Peebles

    Mario Van Peebles

    Solo

  • Barry Corbin

    Barry Corbin

    General Clyde Haynes

  • William Sadler

    William Sadler

    Colonel Frank Madden / Improved Solo

  • Jaime Osorio Gómez

    Jaime Osorio Gómez

    Sgt. Lorenzo the Tracker

  • Demián Bichir

    Demián Bichir

    Rio

  • Seidy López

    Seidy López

    Agela

  • Abraham Verduzco

    Abraham Verduzco

    Miguel the Kid

  • Joaquín Garrido

    Joaquín Garrido

    Vasquez

  • Adrien Brody

    Adrien Brody

    Dr. Bill Stewart, Solo's Designer

  • Brent Schaeffer

    Brent Schaeffer

    Communications Officer

  • Lucas Dudley

    Lucas Dudley

    Helmsman

  • Christopher Michael

    Christopher Michael

    Flight Deck Officer

  • Rafael Velasco

    Rafael Velasco

    Justos

  • Abel Woolrich

    Abel Woolrich

    Lazaro

  • Farnesio de Bernal

    Farnesio de Bernal

    Father Cerna

  • Socorro Avelar

    Socorro Avelar

    Abeulita

  • Álvaro Carcaño

    Álvaro Carcaño

    Elder #1

  • Carlos Quintero

    Carlos Quintero

    Elder #2

  • William Ungerman

    William Ungerman

    Bayne

  • Greg Collins

    Greg Collins

    Scanion

  • Randy Reyes

    Randy Reyes

    Locke

  • Sid Belk

    Sid Belk

    Pierson

  • Kevin Cole

    Kevin Cole

    Hawkins

  • Charlie Tuitavuki

    Charlie Tuitavuki

    Stone

  • Norberto Barba

    Norberto Barba

    Rebel Soldier

  • John Flock

    John Flock

    Lab Tech

  • Julian Bucio

    Julian Bucio

    Rebel in Church

  • William Wallace

    William Wallace

    Thompson, Madden's Chopper Pilot