Google Map script with PHP #google map
Edit
by Yogi Ghorecha - 10 years ago (2015-02-19)
Google Map script with PHP
| Google Map script with PHP |
- 1 Clarification request
1.
by Anthony Amolochitis - 9 years ago (2015-05-18) Reply
Would you be a little more descriptive on what you need. I've written classes that generate the code to make a Google map. Just a little more info please.
Ask clarification
2 Recommendations
Very Simple IP Details: Get IP address location and Google Maps image
This class can get IP address location and Google Maps image.
It can send a HTTP request to the IPInfo.io API to get the geographic location details of a given IP address. Currently it can obtain IP address country code, region, city, postal code, latitude, longitude, hostname and organization.
The class can also return HTML to embed a static image from Google Maps showing the geographic location of the IP address.
| by zinsou A.A.E.Moïse package author 6835 - 7 years ago (2017-08-20) Comment
this doesn't show you a dynamic google map but you can use it to get ip details and a static google map of the ip location |
PHP Get Visitor Info: Get visitor information and store in a database
This class can get visitor information and store in a database.
It can retrieve several details about the current page visitor from it IP address and other request headers.
The retrieved information is stored in a MySQL database table.
Currently it record the user computer operating system, browser, IP address, country, city, geographical coordinates, the internet service provider or the organization using the ip-api.com Web services.
The stored data can be associated to a given server domain address.
| by Dragan Zlatkovski package author 300 - 9 years ago (2015-04-17) Comment
You can use this class if you like to get Geo coordinates and store in database, based on IP address from visitors. You can modify this class for your purpose. |