Question : Insert PDF

I have over 500 pdf template sitting in a folder. I created a new pdf file called "Disclosure". I want to add this to each one of the 500 pdf template in a folder. I don't want to added it manually. I will take forever. Is there a program that does this inserting?

Answer : Insert PDF

you can create an ini file and use parse_ini_file() to read the data, where each file would have its own section within the ini file:
http://php.net/manual/en/function.parse-ini-file.php

Other than that you can also create an xml file and use SimpleXML to process the file:
http://us.php.net/manual/en/book.simplexml.php
Random Solutions  
 
programming4us programming4us