Filtering based on dates
It seems a few people liked yesterday's simple script. Now, lets add the ability to filter based on date, as specified in the path in the URL. This involves, as you might expect, parsing the PATH_INFO and filtering the files based on this information. It also changes the number of elements that can be displayed on the page. Here's today's version.