I've seen and read some post about PHP and FDF here, also read the manual ... so my general question is just to obtain example code (if it exists) for something similar to what I'm trying to do.
Basically, I have a PDF form setup .. the PDF file is located on the hosting server, where as data is stored within a database.
Is there examples somewhere of information being pulled from a database which populates the PDF's form and presents the new PDF to the user.
I've looked at the PDF create features and stuff of PHP, and they appear to not be what I'm looking for. The only other solution I've seen is using FDF. (I know about the toolkit install, etc .. that is not a problem.) Just looking for some example code, maybe already available on a scripts site or tutorial site on this.
If anyone can point me in the proper direction, that would be great.
Thanks in Advance!