I have a problem similar to this.
I have to gather extra information on the file. My array structure is like this:
$files[$file]['date]
$files[$file]['description']
I need to reverse sort by date. I have had a look at array_multisort but am not sure that this is what I need.
- Xer0

