Using REST APIs in a web application

Hi,

I am currently working on a project and need assistance integrating an api into my website.

I am using the google places api to get location of places. I have created a html table and obtain the json data using the api key, i just need help coding the php script to display the information

Many Thanks

Are you getting the data back from an API call using PHP or JavaScript?

Usually, for something like that it would be JS, and you would just parse the json and add it to the table that way.

Sponsor our Newsletter | Privacy Policy | Terms of Service