> Warning: Cannot modify header information - headers already sent by > (output started at /home/usr5118/public_html/phpsqlsearch_dbinfo.php: > 7) in /home/usr5118/public_html/phpsqlsearch_genxml.php on line 38
When your php script runs, something unwanted is getting ouput before your script tries to output the correct header information; which must be the first thing. Typical examples of unwanted output - in the php script file, there is something before the <?php Or in an include file that's included before the header line. 'Something' can be as simple as a blank line outside of the <? php... .. ?> But at the moment I'm not getting that error at your URL, just an incomplete XML cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
