Ok here is my problem. For our companys site we are wanting to make a PDF generator that allows the user to be able to build their own brochure of our site by clicking the appropriate checkboxes of the pages they want to print.

So the form would look something like this:

(checkbox) about
(checkbox) webdesign

The only thing is that this page needs to be populated by a database. So where it says about I need that to be able to change. I also need to be able to send the page ID when clicking the submit button so that the PHP script can wirte the PDF based on the users selection.

Any help would be great.

Thanks,
Kevin