Posted by JackM on 01/10/07 18:56
Is there a way to use PHP to read the date of a file that is uploaded
into a directory and then print out that date on another page?
I'm looking to have a specific file (/texts/filename.pdf) located in the
directory and the date of its last change/modification printed into a
date("F, n, Y"); format on another page. I checked the PHP manual but
couldn't find any date/time functions that were what I needed.
Navigation:
[Reply to this message]
|