Commit a3b66830 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 40555c8e
......@@ -104,7 +104,7 @@ if($_GET["action"] == "filme"){
foreach ($MovieArray["Antwort"]["Data"] as $key => $value) {
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,name","imdbID"=>$value["imdbID"]));
//var_dump($MovieArray["Data"][0]["imdbID"]);
$movies .= "<tr><td>".$value["name"]." ".$value["3d"]."</td><td>".$value["imdbID"]."</td><td>".$value["added"]."</td></tr>";
$movies .= "<tr><td>".$value["name"]." ".$value["3d"]."</td><td>".$value["added"]."</td><td>".$value["added"]."</td></tr>";
}
$content = '<div class="content"><table><tr><th>Filmname</th><th>Status</th><th>...</th></tr>'.$movies.'</table></div>';
......
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