On Apr 22, 6:06 pm, Ivan <[email protected]> wrote: > I am using > > GDownloadUrl("php/phpsqlajax.php", function(data){ > > } > > This will load markers from a xml file after quering a database. > > However the xml seems to get cached in memory. > > If i call the function twice after updating the database it doesnt > show the next marker.
You are probably using IE. It likes to keep files in the cache. You need to add either a random number or a function of the date to the URL. Search the group for examples. -- Larry > > On Apr 7, 12:12 pm, Rossko <[email protected]> wrote: > > > > > > ?? > > > What? Were you expecting some comments or suggestions about the way > > your webpage does things? > > We can't see your webpage ... > > http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... > > > cheers, Ross K- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
