How to place new marker google maps in PHP?

I learn using google maps for basic. And want create a simple application with marker to show longitude, latitude. What I should use Google maps API v3 ?. Can give me refrences or tutorial ?. Best regards, Thanks.

Upvotes: 0

Views: 57

Answers (1)

Martin Berends
Martin Berends

Reputation: 4178

Google Maps JavaScript API v3 is a good option for PHP sites. You should probably begin with the Introduction and Simple Example. Enjoy!

Upvotes: 1

Related Questions