Closed ArmanKT closed 5 years ago
Sorry, looks like the Filename was changes to TMDB.php and the examples are not updated. See this Commit: https://github.com/pixelead0/tmdb_v3-PHP-API-/commit/8559c67ca203b5b4632d49dd3b541c4eb6c1712d
You can modify the line:
include("../tmdb-api.php");
To
include("../TMDB.php");
Or rename the TMDB.php
File in the root directory of this repository.
rename TMDB.php to tmdb-api.php ☺