/ Published in: PHP
This is another way to get a list of files ordered by upload time.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php foreach ($docs as $timestamp => $path) { } ?>