On Jan 15, 1:27 pm, Peaceiznotdie <[email protected]> wrote:
> Hi,
>
> I need some help on this plz :)   :
>
> If i use :
> GDownloadUrl("test2.php?lat= + 32.713383+ &lng= + -117.161179+
> &radius= + 50", function(data)
>
> it's ok.
>
> BUT if I do :
>
> var glat = "32.713383";
> var glng = "-117.161179";
> GDownloadUrl("test2.php?lat= + glat + &lng= + glng + &radius= + 50",
> function(data)

You are missing quotes...
GDownloadUrl("test2.php?lat=" + glat + "&lng=" + glng + "&radius=" +
50",
>
> HELP!plz!
>
> THX. joffrey.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to