Closed ibrahimmumcu closed 9 years ago
<?php $idTVShow = $_GET['id']; $tvShow = $tmdb->getTVShow($idTVShow); print_r($tvShow); ?>
This code doesn't return any imdb id. How can I get it?
As I know there is now way to get the IMDB-ID you can only search by it, but it wont be part of the output of this API
Ops! That's sad :(
<?php $idTVShow = $_GET['id']; $tvShow = $tmdb->getTVShow($idTVShow); print_r($tvShow); ?>
This code doesn't return any imdb id. How can I get it?