On Nov 22, 5:05 am, dency <[EMAIL PROTECTED]> wrote: > Hello all, > I am new to this..so if i am doing mistake plz forgive. > > I have build one xml file dynamically from database using PHP and > MySql. > Now whenever the latest events are added i have updated the XML file. > but when on home page i am trying to display...the latest events > through that XML file it is always showing me older one. > I mean i have to explicitely execute that XML file .. > > so can anyone suggest how to execute it or refresh it automatically..
1. If you have a database, use it to dynamically generate the xml rather than saving it to a file then using the file. 2. Sounds like a caching problem, try appending the date to the request for the xml (or a random number): http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=cache+date+random&qt_g=Search+this+group -- 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 -~----------~----~----~----~------~----~------~--~---
