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.
|