[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Echoed Status and Content-type Problem



> Why is this echoing on the browser screen?  Also, the Content-type:
> text/html is nowhere in the scripts and still being echoed.

Not really a cobalt question but what the heck. My first guess would be you
are running php not as a dso; but as a cgi-style executable and your pages
all start with #! /usr/bin/php or similar. If so, try adding -q like so: #!
/usr/bin/php -q and see if this stuff stops printing.

Clark E. Morgan