Honestly i didn't quite understand your answer, could you elaborate a little more please?
But further explaining the problem, the website would have a login system in php+mysql where the users would have to login in order to add geographic information, my question is if a database is a more adequate to store the geographic data than an xml. On 19 Nov, 00:29, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Nov 18, 2:47 pm, Richard <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I am doing a project where users can insert geographic data ( a marker > > or a polygon) concurrently on a website using google maps. This data > > will only be used to be displayed on the map, and no portability is > > required. > > Since i'm quite new on using databases my question is which method > > would be more adequate to store this data: a sql database or a xml > > file accessed using Ajax. And why. > > Unless the users have write access to your webserver, you will > probably want to use a database. > > -- 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 -~----------~----~----~----~------~----~------~--~---
