> The "view source" display several times this line :
> var polyline = new GPolyline([new GLatLng(" . $row["lat"] . "," .
> $row["lng"] . ")],\"#ff0000\",5,8);\nmap.addOverlay(polyline);
Go off and find a PHP tutorial.
Figure out what is different about
echo " text $variable " ;
compared to
echo ' text $variable ' ;
they produce quite different output to the browser.
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---