Dear PHP Users,
I have a problem with a dynamical by PHP generated PDF file, it doesn't work under Windows XP, while it does work on Windows 98 and the Macintosh. When I go to the website where the PHPPDF file is I get the following error... (it's dutch
so I'll translate: Some files could damage your computer. Don't save or open the file if the file contains strange data or if you are not sure about the site you got it from'.
For a screendump see the URL below
http://home.wanadoo.nl/kasper.schoonman/image002.jpg
Does anybody know this problem, or have a sollution. my file does contain the headers, as listed below:
header('Content-disposition: inline; filename=KPNMobile.pdf');
header('Content-length: ' . strlen($data));
pdf_end_page($pdf);
Gr.
Kasper