PHP: Display a customizeable list of files in a directory
Apache gives you a list of files in an empty directory by default, but sometimes you will want to show a list of files that are in a directory through PHP so that you can customize the output of the list, and make a "pretty" listing of files.
September 25, 2006 · 1 min · 10 words · Paul Hayes