On Dec 23, 9:58 am, Alex Genadinik <[email protected]> wrote:
> What I needed was so much simpler than that unnecessarily complicated
> example.

Then what is your problem?

>
> 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!!

That looks like server side code.  The Google Maps API executes in the
client.  Was that the extra complication you didn't like about the
store locator example?

If you want help, the best way to get it is to post a link to your
current best effort (as requested in the posting guidelines).

  -- Larry

>
> 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