I used:
require_once("inc/imdbclass.php");
$imdb = new IMDb(false);
$link ="https://www.imdb.com/title/tt1465515/";
$expl = explode("/", $link);
$movie = $imdb->find_by_id(trim($expl[4]));
print_r( $movie);
Error all object
Notice: Trying to get property 'data' of non-object in...
What is the problem?
I used:
Error all object
Notice: Trying to get property 'data' of non-object in...
What is the problem?