Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Maffue Gersitz
Courses Plus Student 1,141 PointsHow do I convert my mysql database into json format using php and then display the data into a Google Map?
Hello, I am trying to take my MySQL database and convert it to json. However when I get the data from my database it works. But now how can I get the locations from the json file into my google map making it display a marker on the map, using the latitude and longitude from the json encode. I think the data should go into the Position: new.google map marker. I am new to this and do not really understand the Google map api. If do not understand what I am asking let me know and I will change it. -Thanks.