Hi,
I know I can use the following code to download a single file, but how
can I download the whole directory by using the following code. Please
help.. (I am using PHP & Apache)
<?php
Header("Content-disposition: attachment; filename=\"Quickstep.doc\"");
Header("Content-type: application/download");
readfile($path/Quickstep.doc');
?>
Thank you
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]