PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a php application where I have to force download two report files on clicking a submit button. I am able to force download one file, but don't know how to download two files, one after the other. Do anybody have idea regarding this....
Thanks in advance...
You could... try compressing the files into one package. I'm sure your users would appreciate the convenience of a single download, and possibly the slight decrease in file size.