Posted by Kevin on 10/15/72 11:27
I am developing a web site with PHP and MySQL.
There are many forms that need to be generated
based on users' information in database, and
then let users to complete the rest. Finally
the users can print and sign the forms.
I think a good way to implement this application
is to use Adobe Acrobat to compose form templates
in advance. When a user request a form by
internet, I will make a copy of its template,
and fill some pre-designed entries with his info
from the database, and then let him to view it.
My questions are
1) how can I fill these pre-designed entries with
PHP?
2) Is there any other better way to implement the
application?
Thank you
Kevin
[Back to original message]
|