On 1 December 2011 23:22, needgooglemaphelp <[email protected]> wrote: > this also did not help as the search button is doing nothing
On the contrary, it's not producing an error message, it's producing data. However you still have five blank lines before the <?xml preamble, so those must be in your php code somewhere, probably before <php. There must be absolutely nothing before <?php. And it's being served as text/html content, instead of application/xml. That might stop some browsers from interpreting it correctly. > Any suggestions? Go back to the Google store locator example and check that your code is EXACTLY the same (apart from the obvious like column names and whatever). It's also worth installing Firebug for Firefox, because that allows you to see all this. -- 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.
