True, even I am guessing how come XML tags are there...my string is this much only
$address = " http://maps.google.com/maps/geo?q=$city,+$state&output=xml&key=$key"; and then I am requesting response as: echo htmlspecialchars(file_get_contents($address)); On Thu, Feb 10, 2011 at 6:59 AM, Andrew Leach <[email protected]>wrote: > On 10 February 2011 12:55, Rossko <[email protected]> wrote: > > Maybe it just needs & encoding > > That might help; what might also help is making sure that the q= > parameter is only what it's supposed to be. What are the XML tags > doing in there? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
