> (the php-code is in the JS
> integrated? which might not be correct, but it works?).

It may help your understanding if you realise that php cannot be
integrated directly into javascript.  The php code is executed at your
server, then whatever may be output is sent to the browser along with
any javascript, and the javascript executed at the browser.

Using 'view source' in your browser to see what is actually sent is a
useful technique.

> Actually I'm still developing on localhost.

Then only you can view the source.

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