On Wed, 23 Feb 2005 18:04:42 -0800, Ofer Nave <[EMAIL PROTECTED]> wrote:
> > hey
> > when i run a script that i have made that the output should be in HTML
> > so that it is a webpage, mod_perl
> > runs because i can see the output but this is then not wrote as HTML
> > rather as plain text.
> > i
First, I'm not sure if headers are case sensitive or not (8 years of web
dev and somehow it never came up), but you might want to try changed
"Content-type" to "Content-Type"
Second, make sure you have an empty line between your headers and the
start of your html document.
-ofer
Phil's Yahoo wr
hey
when i run a script that i have made that the output should be in HTML
so that it is a webpage, mod_perl
runs because i can see the output but this is then not wrote as HTML
rather as plain text.
i have sent the Content-Type: text/html and this is show aswell as the
compleate HTML code.
eg.