Commit ed2ca294 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1ca8aa74
......@@ -45,7 +45,9 @@ if($_GET["action"] == "bla"){
}else{// Startseite!
$titel = "Startseite";
//Filme für Coverflow holen...
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,3d,name","Gesehen"=>"0","Sortierung"=>"rating DESC", "Anzahl" =>"5"));
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,3d,name","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"rating DESC", "Anzahl" =>"5"));
var_dump($MovieArray);
echo PHP_EOL;
var_dump($API->APIrespons());
......
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