ok i have the solution :
var gglat = 32.713383;
var gglat = parseFloat(gglat);
var gglng = -117.161179;
var gglng = parseFloat(gglng);
GDownloadUrl("test2.php?lat=" + gglat + "&lng=" + gglng + "&radius=" + 500,
function(data)--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
