On Jul 13, 1:48 pm, opusrandy <[email protected]> wrote: > > and here is db info... > > <? > $username="...";
Publishing that may not have been such a good idea. I suggest changing the password now, at least. The error message means that something has output page content before the "header" command is executed. The only thing I can think of from your code snippets is the newline character after <? or <?php is being reflected in the output. Unless index.php has anything before <? because that will be output before anything else. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
