Every day, I go to a particular website and generate a .csv report. The report is dropped in ~/Downloads. Every report's file name starts with "Texoma_". Is there a way to script PHP such that clicking on a button will go to the ~/Downloads folder and start processing the file(s) that starts with the string? I do have a SymLink from my website's root to the ~/Downloads folder.
ty as always