No, I'm not using any sessions.

I read about that it might have something to to with it, but I'm not using
it.
Though, it is working in IE and Netscape browsers, but not in Opera.

Could it have something to do with the MIME type extension or something like
that?

When I'm using Opera Adobe will load but it finally drops dead with a
message that says the file could not be found.

/Nicke 

-----Original Message-----
From: Curt Zirzow [mailto:[EMAIL PROTECTED] 
Sent: den 4 augusti 2004 00:36
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP + FDF and Opera

* Thus wrote Nicklas Bondesson:
> The code should go like this.
> 
> fdf_header();
> $outfdf = fdf_create();
> fdf_set_value($outfdf, "our_ref", $our_ref, 0); fdf_set_value($outfdf, 
> "your_ref", $your_ref, 0); fdf_set_file($outfdf, 
> "http://xxx/test.pdf";); fdf_save($outfdf); fdf_close($outfdf);

Are you using sessions?

you might be running into the cache limiter issue, try this before starting
the session:

session_cache_limiter('public');
or
session_cache_limiter('private');


Curt
--
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to