request('GET', 'https://api.themoviedb.org/3/search/multi?query=' . $query . '&include_adult=true&language=en-US', [ 'headers' => [ 'Authorization' => 'Bearer ' . $env["ACCESS_TOKEN"], 'accept' => 'application/json', ], ]); $json = json_decode($response->getBody(), true)["results"]; ?> Search - CineTrack
Search results"; } ?> Go Back

Nothing found...