The output of your PHP seems to be nothing, but that's a PHP issue, and not a Google Maps API one. In any case, why are you overcomplicating things by using jQuery to do something so simple?
-- Marcelo - http://maps.forum.nu -- On Apr 11, 8:58 am, "[email protected]" <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
