Fernando, Thank you for responding. > You could just open in a new window a php script that generates the "preview" pdf with a content-type header for pdf. Yes, but how would the form data be carried over to the new window? The thing is that I have all this form data that the user has entered, and before they submit it to be stored in the database, they want to see it in a PDF file. If I just point the link to a new script that generates the PDF, won't the form data be lost? Or is can I attach Post data to the new window? -- Dave M G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php