Re: [PHP] Form to page force download

2006-04-21 Thread Richard Lynch
On Fri, April 21, 2006 1:53 am, Peter Lauri wrote: > 1. Fill out a form on a web page > > 2. Lands on a thank you page and force a download of a pdf > > Right now I solve this by outputting the thank you page and then using > a > javascript to redirect to the download.php that consist of the > foll

[PHP] Form to page force download

2006-04-20 Thread Peter Lauri
Best group member, I have this process: 1. Fill out a form on a web page 2. Lands on a thank you page and force a download of a pdf Right now I solve this by outputting the thank you page and then using a javascript to redirect to the download.php that consist of the following: hea