[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Echoed Status and Content-type Problem
- Subject: RE: [cobalt-users] Echoed Status and Content-type Problem
- From: "Clark E. Morgan" <prlhkr@xxxxxxxxxxxxx>
- Date: Fri Mar 9 11:37:54 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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