Good Morning!!
I am just starting out in php and I have several questions that I need an answers too.
The most important question is the following :
I have a 140 Question Form that I need to store in a DB. I have figured out much of what is entailed involving capturing the data, validating it and the design of the Db. However,
I want to be able to remove this information from the DB and print out a nice beautiful PDF form as well. I have to do this because the agency I have to turn the forms over too requires a specific format of the form and its data.
I know that you can generata a pdf file with data from a database in PHP, However is it possible to:
- Generate the entire pdf dynamically OR
- Generate the forum using a Template and only pulling the required data from the DB?
MY second question is:
Are there any open source programs for drawing objects that are done in PHP That I could modify so my users can draw a necessary diagram for the above mentioned form?
Sincerely
Adam R. Hampton.