I have found the problem. There was a space after the end of the php code in 'phpsqlajax_dbinfo.php' which was called from the above code. Taking away the space after the ?> solved the issue.
Cheers On Feb 5, 3:02 pm, Andrew Leach <[email protected]> wrote: > On 5 February 2011 14:44, brian <[email protected]> wrote: > > > Thanks fro your reply. > > I see now that the site is working in ie 8.0.6 but not in Chrome or in > > Firefox. > > > I see what you are saying about the extra characters. > > > Do you know how I can change the xml? > > What/where generates it? > > The php script generates it, as described in the documentation for it. > You would have had to amend that to include your database credentials. > > There is still whitespace before the preamble, which MUST be exactly > the first thing in the output. IE is more forgiving. -- 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.
