So I'm submitting my form (as FDF data) to a PHP script, which takes it and saves it to a local file. So far so good.
But then the PHP script return a (blank) page to Acrobat/Reader, which I don't want. I've tried using the header() command to return code 200 or 204, but the blank file is still generated. Any way around it?