I have inherited a web-based reporting application that is html/php/mysql in design. Each record is assigned a unique id like 537-09-0588.
Currently the system is designed to allow a user to print a single report at a time. However, I need to design something (preferably in php) that will loop through and print all the reports en masse so that a user doesn't have have to click on the pdf icon for each report.
There are a hundreds of reports now so the "one at a time" approach could take hours. I'm grateful for any pointers in the right direction from the stackoverflow community.