how to get the movie id from search i list the code like this
$jsonfile1 = 'http://api.themoviedb.org/3/search/movie?api_key=###&query=#### $data1 = json_decode(file_get_contents($jsonfile1)); $ids = $data1->page[0]->results[0]->id;
but i didn't get the movie's id, please help
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 28 décembre 2014 à 10h18
Hi redorahman,
What language are you programming in?
I often recommend taking a look one of the available libraries and not only using them but even if you choose not to, you can often gleam some good info about how they're using the API by looking at the code.
Cheers.