Hi All,
Working on a problem. I want to look at a server folder sort the files by date modified and then read the top 10 recent files into Flash. I know how to use loadVars to get the files names into Flash. How do I use PHP to sort the files based on modified date and select the 10 most recent files?