Hello,
I am trying to use a drop down select navigation calling the items
through PHP, but when I choose the point I am getting a error. this is
my PHP:
<?php
if($_POST['district']=="Anconda") {
$lat = "35.951295";
$lng = "-83.935032";
} elseif($_POST['district']=="Friedrichshain") {
$lat = "52.51360922969275";
$lng = "13.442888259887695";
}
?>
http://www.chasewittdesign.com/volmaps2/building.html
thanks
chase
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---