Commit 536c2de8 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f76a3010
...@@ -170,7 +170,7 @@ class Media { ...@@ -170,7 +170,7 @@ class Media {
if($mysqli->error != ""){ echo "Mysql-Fehler: ".$mysqli->error.PHP_EOL; return false;} if($mysqli->error != ""){ echo "Mysql-Fehler: ".$mysqli->error.PHP_EOL; return false;}
while ($Film = $result->fetch_assoc()){ while ($Film = $result->fetch_assoc()){
echo $Film->imdbID.PHP_EOL; echo $Film["imdbID"].PHP_EOL;
} }
......
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