I've fixed the typo, it should be live in a few hours.

Thanks!

-- Luke


On Wed, Sep 1, 2010 at 10:21 PM, Pete <[email protected]> wrote:

> Hi,
>
> http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
>
> I spent quite a while trying to get this work, and only succeeded once
> I found a typo and corrected it.
>
> The first few lines of the 'downloadURL' call are different to the
> document version of the same information.
>
> downloadUrl("phpsqlajax_genxml.php", function(data) {
>  -->var xml = request.responseXML;<--
>  var markers = xml.documentElement.getElementsByTagName("marker");
>
> SHOULD READ
>  var xml = data.responseXML;
>
> Hope this can be updated and help people out.
>
> Pete
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to