[PHP-WIN] Re: Could not open fdf document

2002-12-09 Thread Ad Brouwer
I allready did, not very helpfull. I'm using php 4.2.2 (php_fdf.dll dated 22-07-2002), almost the latest version (4.2.3 is the latest). Did you find a solution? Ad "Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ad Brouwer wrote: > > Hi a

[PHP-WIN] Re: Could not open fdf document

2002-12-06 Thread Christoph Grottolo
Ad Brouwer wrote: > Hi all, > > When submitting a form to my php-script, I get the error: > Could not open fdf document: test.fdf > > this is my script: > $fdffp = fopen("test.fdf", "w"); > fwrite($fdffp, $HTTP_FDF_DATA, strlen($HTTP_FDF_DATA)); > fclose($fdffp); > > $fdf = fdf_open("test.fdf"