I have a mysql database and am using php for database management. I want to use the data to populate the fields in a pdf file. I have the pdf files that are fillable, but need to know how to map the info that I am pulling from the database to the pdf file to print it out or save on the local system.
Any info on this would be helpful, thanks!