If that's your complete PHP script, then it's missing the bit that prints of echoes the output.
The "r" that is received by the client code is " ". Hint: It's a lot easier to debug client/server applications if you use $_GET or $_REQUEST instead of $_POST, so that you can make calls like http://www.chasewittdesign.com/volmaps2/map_district.php?district=Anconda directly from your browser, and instantly know if the problem is on the server side or the client side. Hint2: Remember to parseFloat() the coordinates you get back from the server to turn them into numbers. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
