RE: [PHP] PHP + FDF and Opera

2004-08-04 Thread Nicklas Bondesson
pera 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 B

Re: [PHP] PHP + FDF and Opera

2004-08-03 Thread Curt Zirzow
* 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($outfd

RE: [PHP] PHP + FDF and Opera

2004-08-03 Thread Nicklas Bondesson
Original Message- From: Nicklas Bondesson [mailto:[EMAIL PROTECTED] Sent: den 3 augusti 2004 21:56 To: [EMAIL PROTECTED] Subject: [PHP] PHP + FDF and Opera Hi! Have anyone sucessfully used the FDF functionallity together with the Opera browser? This code works like a charm in IE6 b

[PHP] PHP + FDF and Opera

2004-08-03 Thread Nicklas Bondesson
Hi! Have anyone sucessfully used the FDF functionallity together with the Opera browser? This code works like a charm in IE6 but not in Opera. 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_f