How to List the Files in a Directory With PHP
I needed to find the disk spaced used by members of a website yesterday. Each member’s files are in a separate directory (or folder), so I basically needed to check the size of each file in each member’s folder and add them up to see if they were over their limit. Here’s how I did […]
How to List the Files in a Directory With PHP Read More »