Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor

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'; ?>
Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor

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'; ?>
Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor

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'; ?>
Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor

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'; ?>
Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor

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'; ?>
Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor

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'; ?>
Turkish Passion

Cast (24)

  • Ana Belén

    Ana Belén

    Desideria

  • Georges Corraface

    Georges Corraface

    Yaman

  • Ramón Madaula

    Ramón Madaula

    Ramiro

  • Sílvia Munt

    Sílvia Munt

    Laura

  • Blanca Apilánez

    Blanca Apilánez

    Felisa

  • Francis Lorenzo

    Francis Lorenzo

    Marcelo

  • Helio Pedregal

    Helio Pedregal

    Arturo

  • Loles León

    Loles León

    Paulina

  • Rasim Öztekin

    Rasim Öztekin

    Hermano de Yamán

  • Güzin Özipek

    Güzin Özipek

    Madre de Yamán

  • Laura Mañá

    Laura Mañá

    Blanche

  • Patrick Guillemin

    Patrick Guillemin

    Denís

  • Cem Baseskioglu

    Cem Baseskioglu

    Alain

  • Juan Gea

    Juan Gea

    Iván

  • José Cerro

    José Cerro

    Padre Alonso

  • Claude Brosset

    Claude Brosset

    Hombre gordo

  • Selçuk Uluergüven

    Selçuk Uluergüven

    Sr. Dupont

  • Susana Buen

    Susana Buen

    Enfermera

  • Kaya Gürel

    Kaya Gürel

    Doctor

  • Miguel Palenzuela

    Miguel Palenzuela

    Pediatra

  • Mercedes Talegón

    Mercedes Talegón

    Guía

  • Kemal İnci

    Kemal İnci

    Administrador

  • Jordi Dauder

    Jordi Dauder

    Ginecólogo

  • Erol Atac

    Erol Atac

    Conductor