> Link working correctly without new fields (beyond name and > address):http://graticle.com/mapping/index5.html > > Link with the problem:http://graticle.com/mapping/index4.html
They both fetch XML data from the same php script. http://graticle.com/mapping/phpsqlsearch_genxml.php?lat=45.523875&lng=-122.670399&radius=25 which is fine, but obviously it'll be the same data. It is quite okay to include 'extra' XML in your data feed, if the javascript that recieves it doesn't happen to use it it won't matter. You can view your XML yourself directly by pasting http://graticle.com/mapping/phpsqlsearch_genxml.php?lat=45.523875&lng=-122.670399&radius=25 in your browser's address bar. What you'll see is that it includes no 'phone' information at all. Your index4 script would read if it was there, but as it isn't, just a null gets pasted into the text where the phone info would go. We can't see your database or what's in it. Nor can we see your php script, but you will have to modify it a bit if you want it to put extra data into it's XML output. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
