PDA

View Full Version : PHP 2D array to Flash



andrthad
June 10th, 2005, 05:59 PM
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?