Hi every one thanks for this forum
any body can help me how i can add pagination to this file and list directory by last added
[php]
closedir($rep);
clearstatcache();
?>
Hi every one thanks for this forum
any body can help me how i can add pagination to this file and list directory by last added
[php]
closedir($rep);
clearstatcache();
?>
Collect filemtime($file)
Sort using array multi-sort:
http://shiflett.org/blog/2011/jun/sorting-multi-dimensional-arrays-in-php
Using scandir instead of opendir you can specify sort
http://php.net/manual/en/function.scandir.php
You might want to look at using recursive directory editor