I know how to read files in PHP but I want to read the latest file that has been created in a specific folder.
I have a html button pointing to read.php
read.php reads the folder c:\file\
and reads the latest file that is created in that folder.
I couldn't find much information on how to do this
Can anyone help me doing that.