What I needed was so much simpler than that unnecessarily complicated
example.

I am able to get the database data in php.  My only obstacle is to
create the markers out of the php query result.

Here is a pseudo-code example:

$result = mysql_query ( $my_query );

while($row = mysql_fetch_array($result))
{
   // Gets the necessary data (and can make it into markers on the
fly, but how????)
}


Any help would be appreciated!!

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.

Reply via email to