The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander

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'; ?>
The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander

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'; ?>
The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander

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'; ?>
The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander

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'; ?>
The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander

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'; ?>
The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander

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'; ?>
The Royal Rabble

Cast (33)

  • Edvin Adolphson

    Edvin Adolphson

    Stefan Anker

  • Ester Roeck-Hansen

    Ester Roeck-Hansen

    Betty Anker

  • Hasse Ekman

    Hasse Ekman

    Tommy Anker

  • Eva Henning

    Eva Henning

    Monica Anker

  • Olof Winnerstrand

    Olof Winnerstrand

    Karl-Hugo Anker

  • Hilda Borgström

    Hilda Borgström

    Charlotte Anker

  • Gudrun Brost

    Gudrun Brost

    Sonja Swedje

  • Erik Strandmark

    Erik Strandmark

    Göran Wallsenius

  • Stig Järrel

    Stig Järrel

    Stridström

  • Hugo Tranberg

    Hugo Tranberg

    Ernst

  • Wiktor Andersson

    Wiktor Andersson

    Mille

  • Börje Mellvig

    Börje Mellvig

    Secretary

  • Julia Cæsar

    Julia Cæsar

    Hulda

  • Carl Deurell

    Carl Deurell

    Brofeldt

  • Erik A. Petschler

    Erik A. Petschler

    Johnny Nilsson

  • Tord Stål

    Tord Stål

    Dr Wadner

  • Rune Stylander

    Rune Stylander

    Harry

  • Fylgia Zadig

    Fylgia Zadig

    Vera

  • Bengt Ekerot

    Bengt Ekerot

  • Birgit Linder

    Birgit Linder

  • Hildur Lindberg

    Hildur Lindberg

  • Edvard Danielsson

    Edvard Danielsson

  • Helge Karlsson

    Helge Karlsson

  • Lilly Gräber

    Lilly Gräber

  • Gustaf Torrestad

    Gustaf Torrestad

  • Harry Philipson

    Harry Philipson

  • Eric Magnusson

    Eric Magnusson

  • Erik Forslund

    Erik Forslund

  • Ellen Rasch

    Ellen Rasch

  • Otto Adelby

    Otto Adelby

  • Hanna Adelby

    Hanna Adelby

  • Hans Björnbo

    Hans Björnbo

  • Meta Velander

    Meta Velander