London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)

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'; ?>
London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)

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'; ?>
London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)

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'; ?>
London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)

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'; ?>
London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)

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'; ?>
London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)

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'; ?>
London 2012 Olympic Closing Ceremony: A Symphony of British Music

Cast (23)

  • George Michael

    George Michael

    Self

  • Russell Brand

    Russell Brand

    Willy Wonka

  • Eric Idle

    Eric Idle

    Self

  • Geri Halliwell

    Geri Halliwell

    Self - Ginger Spice

  • Victoria Beckham

    Victoria Beckham

    Self - Posh Spice

  • Melanie C

    Melanie C

    Self - Sporty Spice

  • Emma Bunton

    Emma Bunton

    Self - Baby Spice

  • Mel B

    Mel B

    Self - Scary Spice

  • Gary Barlow

    Gary Barlow

    Self - Take That

  • Jason Orange

    Jason Orange

    Self - Take That

  • Howard Donald

    Howard Donald

    Self - Take That

  • Mark Owen

    Mark Owen

    Self - Take That

  • Ed Sheeran

    Ed Sheeran

    Self

  • Tinie Tempah

    Tinie Tempah

    Self

  • Jessie J

    Jessie J

    Self

  • Mike Rutherford

    Mike Rutherford

    Self

  • Annie Lennox

    Annie Lennox

    Self

  • Roger Daltrey

    Roger Daltrey

    Self

  • Harry Styles

    Harry Styles

    Self

  • Louis Tomlinson

    Louis Tomlinson

    Self

  • Liam Payne

    Liam Payne

    Self

  • Niall Horan

    Niall Horan

    Self

  • Zayn Malik

    Zayn Malik

    Self

Crew (2)