|
Posted by dokaspar on 11/22/05 16:51
Hello,
I have this weird problem with loading a PDF, which is correctly
generated in my file createPDF.php. In another part I call it with:
header("Location: createPDF.php?id=$id");
Now, I only get an empty page first. But when I "refresh" the browser
window, everything displayed correctly! But that only happens when I
run everything on the localhost. When I upload the files and run it on
the "real" server, not even the empty page is displayed anymore. First
a message asks for saving the file, and then whatever I do, an error
message appears telling me that the createPDF.php?=xyz wasn't found.
In any browser, except IE, it works, even in the IE on a Mac it does.
Even on my friends Windows-based IE it works! Just not on mine.
I have tried all sorts of stuff I found on the net, such as adding
another random query parameter, but nothing helped.
I'd appreciate any help - thanks,
Dominik
[Back to original message]
|