Commit f3e28ffd authored by Nico Schallehn's avatar Nico Schallehn

test

parent 52c2c41b
......@@ -75,9 +75,9 @@ foreach ($Notindexed as $value) {
$resultArr = $result->fetch_array();
//var_dump($resultArr);
if(strlen($resultArr["imdbID"])>0){
echo $name." imdbID=".$resultArr["imdbID"].PHP_EOL;
}
//if(strlen($resultArr["imdbID"])>0){
echo $name." imdbID=".$resultArr["imdbID"]." > ".$Query.PHP_EOL;
//}
}
//echo $value[0]." ".$value[1].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