I have a directory listing in PHP. I want to be able to display the date of the last modified file in there, on another page. If I sort the array and get filemtime, would it be possible to put this in a variable and have it be referenced in another page’s php? If not, how would I go about obtaining this?
I do not know anything about PHP, so please forgive if this is a silly question.