poster, not return anything
-
this my script
$imdb_movie = imdb_connector_has_movie(“tt1185418”);
$image_url = $imdb_movie[“poster”];
$image_data = file_get_contents($image_url);then.. i got this error.
PHP Warning: file_get_contents(): Filename cannot be emptyThis script even working at previous version imdb connector
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘poster, not return anything’ is closed to new replies.