On 2 December 2011 14:56, needgooglemaphelp <[email protected]> wrote: > Lets start fresh and I will show u the code:
You must include the Content-type header you previously inserted. This is what tells the browser it's XML and not HTML. Your mysql_connect.php is inserting the blank lines; specifically, as well as setting the required variables like $dbhost, it's actually outputting <nl> <nl> <tab><nl> <nl> <nl> where <nl> is a newline character and <tab> is a tab character. Can't help much with that except by seeing the content of that file. CAUTION. Do not post real data for database id, username and password. -- 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.
