Commit d8b4c879 authored by Nico Schallehn's avatar Nico Schallehn

test

parent a112c42a
......@@ -254,6 +254,7 @@ class Media {
}
else if ($key == "Schauspieler"){
$Schauspielers = explode(" / ", $value);
var_dump($Schauspielers);
foreach ($genreArr as $value) {
$Schauspieler = explode(">", str_replace("nm", "", $value));
$Querys[] = $value.'INSERT INTO FilmSchauspieler ('.$DataArr['imdbID'].','.$this->getSchauspielerID($mysqli, $Schauspieler[1],$Schauspieler[0]).')';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment