also make sure that you are infact printing out a header.
use CGI;
$cgi = CGI;
print $cgi->header;
Sally wrote:
>
> Can anyone give me a general idea what the error premature end of script
> headers means? Is it an incorrect filename, or that the file can't be found
> or something else?
>
> --
--- Sally <[EMAIL PROTECTED]> wrote:
> Can anyone give me a general idea what the error premature end of
> script headers means? Is it an incorrect filename, or that the file
> can't be found or something else?
Assuming you're talking about the CGI error, it probably means that
something in the