Commit b9fa42de authored by Nico Schallehn's avatar Nico Schallehn

test

parent 2e12264e
...@@ -51,7 +51,10 @@ foreach ($Notindexed as $value) { ...@@ -51,7 +51,10 @@ foreach ($Notindexed as $value) {
}else{ }else{
$name = substr($value[1],0,strpos($value[1], ".")); $name = substr($value[1],0,strpos($value[1], "."));
} }
echo "SELECT * FROM Filme WHERE name = '".$name."' resolution = '".$resolution."'".PHP_EOL; if(strlen($name)>0){
echo "SELECT imdbID FROM Filme WHERE name = '".$name."' resolution = '".$resolution."'".PHP_EOL;
}
//echo $value[0]." ".$value[1].PHP_EOL; //echo $value[0]." ".$value[1].PHP_EOL;
} }
\ No newline at end of file
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