I think my frustration is that having done these numerous tutorials, I
am able to do and grasp many of these things.
Where I am still falling short this very last bit:
In the PHP, I am able to construct something like this:
var myLatlng = new google.maps.LatLng(37.4419444, -122.1419444);
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title:"Some Title"
});
And I can loop through my database result set and construct the above
code within my PHP. But I am not able to display that back on the
page. I was told that I was doing it the wrong way, but was not shown
the right way.
Here is my test page:
http://www.hikingsanfrancisco.com/outdoors/map.php
How could I change it to display the markers I construct in PHP?
Thanks,
Alex
--
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.