I have added a link on a page clicking on which generates a pdf and asks for download for which i have used fpdf class.
My new requirement is that clicking on the link should generate n number of pdf with different content and should ask for downloading these pdfs.
I am unable to find out the method to accomplish the same.
Please help me on this.
Thanks
At http://www.phpconcept.net/pclzip/ you’ll find a nice php zip library. Imagine having an array of filenames like
the code would look like this (untested)
Hope this helps 😉