On Jun 4, 9:19 am, talind <[email protected]> wrote: > hopefully you guys can help me out what is KML?? > > its the first node in the XML file that results from this call > > $locfile > =http://maps.google.com/maps/geo?q=33309&output=xml&key=ABQIAAAAY2IWmk... > > this results is supposed to be used with a PHP object --> > simplexml_load_file($locfile) > > i am a novice when it come3s to XML and PHP so any help would be > great. The php is supposed to be pulling the coordinates from the > returned xml file but for what ever reason, the object is not doing > its job by pulling in the xml or something.
This is not a Google Maps API problem. It is a PHP problem on the server. I would suggest investigating the code that is supposed to fill those coordinates in. -- Larry > > On Jun 4, 11:57 am, Andrew Leach <[email protected]> > wrote: > > > > > On Jun 4, 4:49 pm, talind <[email protected]> wrote: > > > > I have checked the database and it looks to be working well and in > > > good shape. no one has made any coding changes, since i am the only > > > one that makes changes. as for IE cache, i am getting notified by many > > > users that this is happening. strange thing is that it was working > > > just fine yesterday and nothing changed. > > > > have a look for yourselfhttp://www.miamisubs.com/locator.php > > > Something has changed in your php code, because the Javascript which > > the browser gets contains > > function show_locs() { > > makehome(,); > > } > > > so whatever is supposed to fill in the coordinates isn't doing that. > > > Andrew- 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 -~----------~----~----~----~------~----~------~--~---
