API Game Website in PHP -EDUCATIONAL ONLY -- 2
Budget: $10 – $30 AUD
I currently have PHP code that accesses the moviedb API to display movie titles in JSON.
I would like this code changed to connect to a video game API to display video/computer game titles.
The movie code is currently functional, just need the API/API key changed to display video game titles.
It will work in localhost using xampp.
It is for educational use only, so the simpler the better.
The current code has 'guest' and 'user' logins and works perfectly.
Example of API could be:
https://www.igdb.com/api
https://rapidapi.com/accujazz/api/rawg-video-games-database/
The API is connected through the JS folder (javascript)
The SQL code is also inside but connects to a phpmyadmin database name 'movieinfo'. Inside there are two tables 1) registration/login and 2) a request for a new title to be added - could this be easily sent from the database to a different webpage?
This is for a High School class
I would like this code changed to connect to a video game API to display video/computer game titles.
The movie code is currently functional, just need the API/API key changed to display video game titles.
It will work in localhost using xampp.
It is for educational use only, so the simpler the better.
The current code has 'guest' and 'user' logins and works perfectly.
Example of API could be:
https://www.igdb.com/api
https://rapidapi.com/accujazz/api/rawg-video-games-database/
The API is connected through the JS folder (javascript)
The SQL code is also inside but connects to a phpmyadmin database name 'movieinfo'. Inside there are two tables 1) registration/login and 2) a request for a new title to be added - could this be easily sent from the database to a different webpage?
This is for a High School class