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!
Is it possible to download several files from a directory at once?. I have created something in php which forces a download using header() but I can only seem to get it to download 1 file at a time. The reason I ask is because I have a PHP file manager project which has to be completed and I wish for this kind of functionality to be present.