Scott,
Thanks for the reply, but I did have the print "Content-type: text/html/n/n"
line in my code.

Thanks again
Kim
----- Original Message -----
From: "Scot Robnett" <[EMAIL PROTECTED]>
To: "Kim Forbes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 10:50 AM
Subject: RE: Premature end of script headers


> Kim,
>
> If you're trying to get the results to print in a browswer, you have to
send
> the content type to the browser in the headers. Did you do either of these
> things prior to whatever routine prints your results?
>
> use CGI;
> $query = new CGI;
> print $query->header;
>
> or
>
> print "Content-type: text/html\n\n";
>
>
>
> -----
> Scot Robnett
> inSite Internet Solutions
> [EMAIL PROTECTED]
>
>


----------------------------------------------------------------------------
----


> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to