I'm trying to implement a feature in my program so that a user can submit various pdfs (each with a certain set of forms) and when he or she clicks download, it'll fill out each of the correct fields with database values within the chosen pdf and send it for download. I looked at using PHP5's libpdf and FPDF but I couldn't find any tutorials for using forms. Any advice?
By 'forms' you mean as in application forms? or pdf form fields that can be filled in?
In the first case, FPDF is fine, just use PHP variables as you would in any script. Not sure about the second, haven't done anything along those lines with pdf so far.
Bookmarks