On Mar 20, 2:26 pm, forex <[email protected]> wrote:
> PHP/MySQL versus XML/KML for speed in loading markers and polylines.
> Which is faster?
>
> My guess they are both the same, but the PHP/MySQL browser source code
> will be huge compared to XML/KML if you have 100's of markers and
> polyline points.
You are probably comparing apples and oranges.
- PHP is a serverside scripting language
- MySQL is a database
- XML is a generic data transfer format
- KML is a dialect of XML
I don't know what criteria you are using to compare them.
I think you are asking about AJAX vs non-AJAX.
You can code a simple page with HTML and use PHP/MySQL to load the
data via AJAX or you can use PHP/MySQL to generate a fixed page that
includes all the marker data.
-- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---