I have multiple sub folders in a folder. I need to show minimum 5 sub folder (Last Updated). Is it possible with PHP?
feedback
|
|
First of all, welcome to StackOverflow!. Read FAQ to help you interact with this Q/A site. Now, let's move to the question. If I understand your question correctly (which is quite hard, given the sparse information you gave to us), you want to display 5 subfolder from certain folder. It's quite simple, you can use a combination of DirectoryIterator, array, and krsort for that. Here's the example:
| |||||||||
feedback
|