This is an example of using search movies API
by themoviedb in core PHP, jQuery and Bootstrap. It also stores fields searched with IP address and timestamp for analytical purpose.
- Get an API-KEY from themoviedb . It is free and you can easily get that after login.
- Create a database and then import
db/analytics.sql
file to your database. - Update
config.php
file with database credentials and API-KEY.