Please tell me if what I am thinking is even possible. I have these folders in my photo album. What I would like to do is the following.

Display "New Photos" if the creation date of a folder is within 10 days of the current date.

This way if the date that a fodler was created was...12/10/05, they under the link the text "New Photos" would be written until the date...12/20/05. Then after that its no longer shown.

I would like to use either the creation date or the modified date because I plan to add folders and images into them on my webserver and would like visitors to see when things have been modified. Is this possible with PHP. I have looked all over google and such and have not found any way to do this.

As a side not, does folders on webservers even show things such as modified dates?