sany101
asked on
PHP to read dir and echo zip files as download links with size and date info per table row
Hi,
How can I do the following?
I would like to have a directory read and then each Zip file within to be echoed in a separate row by date order as a download link with file size and file date/time on the same row but in different columns.
Thanks
How can I do the following?
I would like to have a directory read and then each Zip file within to be echoed in a separate row by date order as a download link with file size and file date/time on the same row but in different columns.
Thanks
ASKER
Perfect thanks cxr,
How can I also add the file size?
Sany
How can I also add the file size?
Sany
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
remove line 13
ASKER
Thanks
Open in new window