Commit 77baa5cd authored by Nico Schallehn's avatar Nico Schallehn

test

parent 42932961
......@@ -276,7 +276,8 @@ class Media {
$SQL = "UPDATE Filme SET".$update." WHERE imdbID = '".$Film["imdbID"]."';";
$counterChange++;
echo "Ändere (bei ".$Film["imdbID"].") ".$changed.PHP_EOL;
$mysqli->query($SQL);
echo $SQL;
//$mysqli->query($SQL);
file_put_contents("./phpTestout/update.txt", $SQL.PHP_EOL, FILE_APPEND);
echo 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