Jump to content

Problem with GMap 2.3 - PHP Google Maps


frank_solo

Recommended Posts

I had bought a script from here: php google maps and have been using the attached php script. It was working and than apparently stopped working with this error "602: Unable to Geocode this address"

 

Can anyone tell me if there is another solution? Or if I can use another method besides $gmap->showLocation($cross,$town,$county$state);

Thanks!

<?php
require_once('gmap.php');
        $gmap = new GMap();
$cross = $result['cross_streets'];
$county = $result['county'];
$town = $result['town'];
$state = 'New York';
        $gmap->showLocation($cross,$town,$county$state);

?>

Link to comment
https://forums.phpfreaks.com/topic/234196-problem-with-gmap-23-php-google-maps/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.