Well, it looks like I am not quite as ready as I thought I was.  I am
confused because the link that you provided for sending php data to
client uses javascript to create the map. ("Once the XML is working in
the browser, it's time to move on to actually creating the map with
JavaScript." )  What I want to know is if/how I can create the map
without javascript.  I will be studying up on javascript to do it that
way, but even if I use that, I would also like to be able to provide
an alternative method for anyone who does not have js activated in
their browser.  I searched the Google website, but couldn't find how
to do it without js.  (But, being a novice, there is a lot of what I
read that doesn't make a lot of sense to me.)  Are you sure that it is
possible?  (Once again, please have patience with me. I am a
"newbie".)

On Mar 19, 3:45 am, Rossko <[email protected]> wrote:
> >  Is it possible to create
> > and display a Google map using just php and/or html, or do I need to
> > learn how to communicate between js and php?
>
> It depends how much you want from your map.
> If you just want to display a blob on a map, consider a Static Map.
> If you want interactive functions, you are going to have to use a
> client based implementation - javascript, Flash, whatever.
>
> Techniques included near the end 
> ofhttp://code.google.com/apis/maps/articles/phpsqlajax.html
> are about sending php data to client.
>
> There are php librarys likehttp://www.phpinsider.com/php/code/GoogleMapAPI/
> to wrap the javascript API, but they sometimes bring more pain than
> directly using the provided API.  If you can code in php you can learn
> to code in javascript.

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