whoops type-o
should be
$lat= $_GET['lat'];
$lat = round($lat,4);
$lng= $_GET['lng'];
$lng = round($lng,4);
-Jeff Lake
MichiganWxSystem.com
AllisonHouse.com
TheWeatherCenter.net
GRLevelXStuff.com
On 11/1/2012 9:27, Jeff Lake wrote:
$lat= $_GET['lat'];
$lat = round($lat,4);
$lng= $_GET['lng'];
$lon = round($lon,4);
--
You received this message because you are subscribed to the Google Groups "Google
Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.