You were right! Turns out there was an extra line in the database info file. Thanks for your help!
On Apr 14, 11:39 pm, Rossko <[email protected]> wrote: > > its something to do with the php/xml in the phpsqlsearch_genxml.php file. > > if the sql query is successful no xml gets output. > > I wouldn't say that. You can test it by pasting a sample URL into > your browser's address > barhttp://www.testcentresearch.co.uk/phpsqlsearch_genxml.php?lat=54.8766... > IE displays XML. > FF doesn't - but if you use 'view source' you can see that XML is > being delivered to the browser. > It's the parsing that is the problem, note that your code has no error > detection or reporting (it's taken from an example, which isn't a > complete finished application). > I still think it is as simple as a blank line in front of the <?xml -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
