At 07:25 PM 8/8/2001 -0400, you wrote:
>I'm getting this message ...
>with the following code.
>
><snip>
><?php
>$len = filesize($filename);
>header("Content-type: application/pdf");
...
Well, it's kind of important to know what comes before the <?php where 
you've <snip>ped it ... because if there's any kind of output whatsoever 
before you begin the headers, then it's too late to append headers, and 
that's why PHP will say that header information was already sent.

HTH.
-Mike



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to