Re: mathopd Quick-Start-Guide

Janusz <[email protected]> Thu, 16 Jan 2003 12:15:44 +0100
Newsgroups gmane.network.mathopd
Message-ID <[email protected]>
> One question: I run php4 directly - without phpstub - as described in
> the guide. Could this lead to problems? It seem to return the correct
> headers. A "php4 < phptest.php" returned:
>
>       X-Powered-By: PHP/4.1.2
>       Content-type: text/html
>
>       <html>
>       <body>
>       46 mal
>       </body>
>       </html>
>

In my case(s) it leads to a side-effect:
the line "Content-type: text/html" is displayed by browser in front of 
script's output.

Janusz