> I've tried many solutions but i can't manage to do it.
> Sorry i'm beginner in Javascript especially with Google API !
> (i've no link to share sorry).
I suspect you may be misunderstanding the relationship between php
server side code and the client-side html/javascript it may generate.
Have a look in your browser 'view source' and see what arrives at the
browser in place of
for (i=0; i<=<?php echo $count; ?>; i++){
var point = new GLatLng(<?php echo $arrayLat[$i]; ?
> , <?php echo
$arrayLon[$i]; ?>);
--
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.