View Single Post
  #2 (permalink)  
Old 04-04-2007, 06:11 PM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 492
DaveSawers RepRank 3DaveSawers RepRank 3
Default

PHP allows you to put material directly into a new PDF file. It can also put data into a MySQL database for you.

BUT... Why would you want to put the data into a PDF?

If all the necessary stuff is input via a form and stored on the database, why not display the data directly from the database in a PHP page. That way you can change the format down the road by editing the PHP/CSS instead of having to rebuild every PDF file.
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote