/ Published in: PHP
Find files modified not earlier than 3 days ago
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$files[$key] = $directory.'/'.$filename; } //------------------------------ function filter_by_date($file) { return false; return true; } //---------------------------- function sort_by_date($a,$b) { }