I am working on creating a link to a monthly updated pdf file. This link will be in over 100 places, so of course I don't want to update these everytime the file changes. If I can't find what I am looking for, I already use a filename.php file where I define('FILENAM E_ABC','abc.php ') and only update once - but if possible, I would like to keep this automated..... so I am hoping there is a piece of script I can use that will just pull the most recent file in a directory.
This usually updated monthly, but there maybe times when it is not, so there maybe an issue using a java/php script where i pull the month & year into the filename. I am hoping there is a function in PHP that can do it automaticly based on the file date.
Thank you,
Kristine
This usually updated monthly, but there maybe times when it is not, so there maybe an issue using a java/php script where i pull the month & year into the filename. I am hoping there is a function in PHP that can do it automaticly based on the file date.
Thank you,
Kristine
Comment