note 76115 deleted from function.header by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: phpnet at stccorp dot net 

----

This code works perfectly on explorer 6. It displays NOTHING on firefox 2.  I tried every combination in this page and I always get the same thing in firefox. I am running on iis5, windows xp, php 5.2.3

Why firefox is not capable of displaying the pdf and explorer has no problems???

$filename='test.pdf';
$len = filesize($filename);
header('Content-type: application/pdf');
header('Content-Length: $len');
header('Content-Disposition: inline;    filename="test.pdf"');
readfile($filename);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.